removeAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}}")
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofp |Game name=
|game1= ofp
|version1= 1.20


|1.20|Game version=
|game2= ofpe
|version2= 1.00


|arg= global |Multiplayer Arguments=
|game3= arma1
|version3= 1.00


|eff= local |Multiplayer Effects=
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Removes 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.
|game5= arma2oa
|version5= 1.50


This command has [[local]] effect. The action will only be removed on the computer that executes the command. |DESCRIPTION=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00


| unit '''removeAction''' index |SYNTAX=
|game7= arma3
|version7= 0.50
|arg= global


|p1= unit: [[Object]] - unit, vehicle or static object |PARAMETER1=
|eff= local
|p2= index: [[Number]] - action id returned by [[addAction]] |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
|gr1= Interaction
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[removeAction]] 0;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[actionIDs]], [[actionParams]], [[addAction]], [[setUserActionText]], [[inGameUISetEventHandler]], [[showHUD]], [[inputAction]], [[removeAllActions]], [[action]]|SEEALSO=
|descr= Removes user added action with given ID. This only removes actions added with the [[addAction]] command. You cannot remove default game actions, such as reload.


}}
|s1= unit [[removeAction]] actionID
 
|p1= unit: [[Object]] - unit, vehicle or static object
 
|p2= actionID: [[Number]] - action ID returned by [[addAction]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>player removeAction 0;</sqf>


[[Category:Scripting Commands|REMOVEACTION]]
|seealso= [[actionIDs]] [[actionParams]] [[addAction]] [[setUserActionText]] [[inGameUISetEventHandler]] [[showHUD]] [[inputAction]] [[removeAllActions]] [[action]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.96|REMOVEACTION]]
[[Category:Scripting Commands OFP 1.46|REMOVEACTION]]
[[Category:Scripting Commands Armed Assault|REMOVEACTION]]
[[Category:Command_Group:_Triggers|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:40, 8 November 2023

Hover & click on the images for description

Description

Description:
Removes user added action with given ID. This only removes actions added with the addAction command. You cannot remove default game actions, such as reload.
Groups:
Interaction

Syntax

Syntax:
unit removeAction actionID
Parameters:
unit: Object - unit, vehicle or static object
actionID: Number - action ID returned by addAction
Return Value:
Nothing

Examples

Example 1:
player removeAction 0;

Additional Information

See also:
actionIDs actionParams addAction setUserActionText inGameUISetEventHandler showHUD inputAction removeAllActions action

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