removeAllActions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{uc:{{PAGENAME}}}} " to "")
m (Text replacement - "\{\{RV\|type=command \| *arma3 \|0.50 \|arg= *(.+) * \|eff= *(.+) * \|gr1= *(.+) * \| *(.+) * \| *(.+) .* \|p1= *(.+) * \| (.*) \|x1= *(.+) * \|seealso= *(.+) * \}\}" to "{{RV|type=command |game1= arma3 |version1= 0.50...)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
|version1= 0.50


|0.50
|arg=  global


|arg= global
|eff= local


|eff= local
|gr1= Interaction


|gr1= Interaction
|descr= Removes all unit's user added actions.


| Removes all unit's user added actions.
|s1=  '''removeAllActions'''


| '''removeAllActions''' unit
|p1=  unit: [[Object]] - unit, vehicle or static object


|p1= unit: [[Object]] - unit, vehicle or static object
|r1= [[Nothing]]


| [[Nothing]]
|x1= <code>[[removeAllActions]] [[player]];</code>
 
|x1= <code>[[removeAllActions]] [[player]];</code>


|seealso= [[actionIDs]], [[actionParams]], [[addAction]], [[setUserActionText]], [[inGameUISetEventHandler]], [[showHUD]], [[inputAction]], [[removeAction]], [[action]]
|seealso= [[actionIDs]], [[actionParams]], [[addAction]], [[setUserActionText]], [[inGameUISetEventHandler]], [[showHUD]], [[inputAction]], [[removeAction]], [[action]]

Revision as of 15:34, 9 June 2021

Hover & click on the images for description

Description

Description:
Removes all unit's user added actions.
Groups:
Interaction

Syntax

Syntax:
removeAllActions
Parameters:
unit: Object - unit, vehicle or static object
Return Value:
Nothing

Examples

Example 1:
removeAllActions player;

Additional Information

See also:
actionIDsactionParamsaddActionsetUserActionTextinGameUISetEventHandlershowHUDinputActionremoveActionaction

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
Posted on 30 October, 2013
Druid
Syntax of this command was until Arma 3 ver. 1.06: unit removeAllActions number