Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

MenuCommand.MenuCommand

MenuCommand(inContext: Object, inUserData: int)
MenuCommand(Object inContext, int inUserData);
def MenuCommand(inContext as Object, inUserData as int)

Description

Creates a new MenuCommand object.

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

MenuCommand(inContext: Object)
MenuCommand(Object inContext);
def MenuCommand(inContext as Object)

Description

Creates a new MenuCommand object.

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