removeAction

From Bohemia Interactive Community
Revision as of 12:49, 30 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


unit removeAction index


Operand types:

unit: Object

index: Number

Type of returned value:

Nothing

Compatibility:

Added in version 1.11

Description:

Remove action with given id index.


Example:

player removeAction 0


Comments

Note: This only removes actions added with the addAction command.

You cannot remove default game actions, such as reload and salute, with this command.