removeAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
(37 intermediate revisions by 12 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#R|COMREF]]
{{Command|Comments=
____________________________________________________________________________________________


<h2 style="color:#000066">''unit '''''removeAction ''index'''''</h2>
| ofp |Game name=


|1.20|Game version=


'''Operand types:'''
|arg= global |Multiplayer Arguments=


'''unit:''' [[Object]]
|eff= local |Multiplayer Effects=


'''index:''' [[Number]]
|gr1= Interaction |GROUP1=
____________________________________________________________________________________________


'''Type of returned value:'''
| Removes user added action with given id index. This only removes actions added with the [[addAction]] command. You cannot remove default game actions, such as reload.


[[Nothing]]
This command has [[local]] effect. The action will only be removed on the computer that executes the command. |DESCRIPTION=
____________________________________________________________________________________________


'''Description:'''
| unit '''removeAction''' index |SYNTAX=


Remove action with given id '''index'''.
|p1= unit: [[Object]] - unit, vehicle or static object |PARAMETER1=
|p2= index: [[Number]] - action id returned by [[addAction]] |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[removeAction]] 0;</code> |EXAMPLE1=
____________________________________________________________________________________________


'''Example:'''
|  [[actionIDs]], [[actionParams]], [[addAction]], [[setUserActionText]], [[inGameUISetEventHandler]], [[showHUD]], [[inputAction]], [[removeAllActions]], [[action]]|SEEALSO=


[[player]] '''removeAction''' 0
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


'''Comments'''
<h3 style="display:none">Bottom Section</h3>


'''Note:''' This only removes actions added with the addAction command.
[[Category:Scripting Commands|REMOVEACTION]]
 
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
You cannot remove default game actions, such as reload and salute, with this command.
[[Category:Scripting Commands OFP 1.96|REMOVEACTION]]
[[Category:Scripting Commands OFP 1.46|REMOVEACTION]]
[[Category:Scripting Commands Armed Assault|REMOVEACTION]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 13:41, 21 September 2020

Hover & click on the images for description

Description

Description:
Removes user added action with given id index. This only removes actions added with the addAction command. You cannot remove default game actions, such as reload. This command has local effect. The action will only be removed on the computer that executes the command.
Groups:
Interaction

Syntax

Syntax:
unit removeAction index
Parameters:
unit: Object - unit, vehicle or static object
index: 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

Notes

Bottom Section