class CommandOptions

Full command options object for reading from a Command.

Note that this has extra fields internal and coded that are not supported when creating a command from Lua.

[source]


fields


CommandOptions.coded


CommandOptions.coded : (CommandOptionBit|integer)

Bitmask of command options.

CommandOptions.alt


CommandOptions.alt : boolean

Alt key pressed.

CommandOptions.ctrl


CommandOptions.ctrl : boolean

Ctrl key pressed.

CommandOptions.shift


CommandOptions.shift : boolean

Shift key pressed.

CommandOptions.right


CommandOptions.right : boolean

Right mouse key pressed.

CommandOptions.meta


CommandOptions.meta : boolean

Meta key (space) pressed.

CommandOptions.internal


CommandOptions.internal : boolean