Returns the CommandDefinition at the specified index.
"commandDefinitions_var" is a variable referencing a CommandDefinitions object.
|
"commandDefinitions_var" is a variable referencing a CommandDefinitions object.
|
Type | Description |
CommandDefinition | Returns the CommandDefinition at the specified index or null if an invalid index is specified. |
Name | Type | Description |
index | uinteger | The index of the command definition within the collection to return. The first item in the collection has in index of 0. |