removeAction
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.20
Description
- Description:
- Remove action with given id index.
Syntax
- Syntax:
- unitName removeAction index
- Parameters:
- unitName: Object
- index: Number of Action
- Return Value:
- Nothing
Examples
- Example 1:
player removeAction 0
Additional Information
- Multiplayer:
- -
Notes
Notes
Notes
-
This only removes actions added with the addAction command. You cannot remove default game actions, such as reload and salute, with this command.