removeAction: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
|1.20|= Game version | |1.20|= Game version | ||
|arg= local |= Arguments in MP | |||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Remove action with given id index. |= Description | | Remove user added action with given id index. This only removes actions added with the [[addAction]] command. You cannot remove default game actions, such as reload. | ||
This command has [[local]] effect. The action will only be removed on the computer that executes the command. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | unit '''removeAction''' index |= Syntax | ||
|p1= | |p1= unit: [[Object]] - unit, vehicle or static object |= Parameter 1 | ||
|p2= index: [[Number]] | |p2= index: [[Number]] - action id returned by [[addAction]] |= Parameter 2 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[player]] | |x1= <code>[[player]] [[removeAction]] 0;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[addAction]], [[removeAllActions]], [[setUserActionText]] |= See also | ||
}} | }} | ||
Line 28: | Line 34: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 16:17, 24 August 2013
Description
- Description:
- Remove user added action with given id index. This only removes actions added with the addAction command. You cannot remove default game actions, such as reload. This command has local effect. The action will only be removed on the computer that executes the command.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit removeAction index
- Parameters:
- unit: Object - unit, vehicle or static object
- index: Number - action id returned by addAction
- Return Value:
- Nothing
Examples
- Example 1:
player removeAction 0;
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.20
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Activators
- Command Group: Interaction
- Command Group: Unit Control
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters