removeAction
Jump to navigation
Jump to search
unit removeAction index
Operand types:
unit: Object
index: Number
Type of returned value:
Nothing
Description:
Remove action with given id.
Example:
player removeAction 0
Comments
General Barron
Note: This only removes actions added with the addAction command. You can not remove default game actions, such as reload and salute, with this command.