Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

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

Parameters

Description

Creates a new MenuCommand object.

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


public MenuCommand(inContext: Object)
public MenuCommand(Object inContext);

Parameters

Description

Creates a new MenuCommand object.

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