removeAllActions: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | '''removeAllActions''' unit |= Syntax | ||
|p1= unit: [[Object]] - unit, vehicle or static object |= PARAMETER1 | |p1= unit: [[Object]] - unit, vehicle or static object |= PARAMETER1 | ||
| [[Nothing]] |= RETURNVALUE | | [[Nothing]] |= RETURNVALUE | ||
|x1= <code>[[ | |x1= <code>[[removeAllActions]] [[player]];</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 31: | Line 30: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 30 October, 2013 | |||
<dt class="note">[[User:Druid|Druid]] | |||
<dd class="note"> | |||
Syntax of this command was until Arma 3 ver. 1.06: ''unit'' '''removeAllActions''' ''number'' | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 10:43, 30 October 2013
Description
- Description:
- Removes all unit's user added actions.
- Groups:
- Uncategorised
Syntax
- Syntax:
- removeAllActions unit
- Parameters:
- unit: Object - unit, vehicle or static object
- Return Value:
- Nothing
Examples
- Example 1:
removeAllActions player;
Additional Information
- See also:
- addActionremoveActionsetUserActionText
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
- Posted on 30 October, 2013
- Druid
- Syntax of this command was until Arma 3 ver. 1.06: unit removeAllActions number