removeAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed example, note)
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
 
(61 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|REMOVEACTION]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|REMOVEACTION]]
[[Category:Scripting Commands OFP 1.46|REMOVEACTION]]
[[Category:Scripting Commands ArmA|REMOVEACTION]]
{{Command|= Comments
____________________________________________________________________________________________


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


|1.11|= Game version
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Remove action with given id index. |= Description
|game3= arma1
____________________________________________________________________________________________
|version3= 1.00


| unit '''removeAction''' index |= Syntax
|game4= arma2
|version4= 1.00


|p1= unit: [[Object]] |= Parameter 1
|game5= arma2oa
|version5= 1.50


|p2= index: [[Number]] |= Parameter 2
|game6= tkoh
|version6= 1.00


| [[Nothing]] |= Return value
|game7= arma3
____________________________________________________________________________________________
|version7= 0.50
 
|arg= global
|x1= <code>[[player]] '''removeAction''' 0 </code> |= Example 1
____________________________________________________________________________________________


| |= See also
|eff= local


}}
|gr1= Interaction
 
|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]]
 
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>player removeAction 0;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->
This only removes actions added with the [[addAction]] command. You cannot remove default game actions, such as reload and salute, with this command.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[actionIDs]] [[actionParams]] [[addAction]] [[setUserActionText]] [[inGameUISetEventHandler]] [[showHUD]] [[inputAction]] [[removeAllActions]] [[action]]
}}

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