Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MenuCommand.MenuCommand

public function MenuCommand(inContext: Object, inUserData: int)

Description

Creates a new MenuCommand object.

Context and userData will be initialized to inContext and inUserdata respectively.

public function MenuCommand(inContext: Object)

Description

Creates a new MenuCommand object.

Context will be initialized to inContext and userdata will be set to 0.