removeAllActions: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{uc:{{PAGENAME}}}} " to "") |
Lou Montana (talk | contribs) 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 | |||
| | |arg= global | ||
| | |eff= local | ||
| | |gr1= Interaction | ||
| | |descr= Removes all unit's user added actions. | ||
| | |s1= '''removeAllActions''' | ||
| | |p1= unit: [[Object]] - unit, vehicle or static object | ||
| | |r1= [[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 14:34, 9 June 2021
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