removeAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
Line 29: Line 29:
|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.
|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
|s1= unit [[removeAction]] actionID


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

Revision as of 18:57, 20 June 2021

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:
actionIDsactionParamsaddActionsetUserActionTextinGameUISetEventHandlershowHUDinputActionremoveAllActionsaction

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