BIS fnc holdActionRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 12: Line 12:
| [target,ID] [[call]] [[BIS_fnc_holdActionRemove]];|SYNTAX=
| [target,ID] [[call]] [[BIS_fnc_holdActionRemove]];|SYNTAX=


|p1= target: [[Object]] - Object the action is attached to |= Parameter 1
|p1= target: [[Object]] - Object the action is attached to |PARAMETER1=


|p2= ID: [[Number]] - Action ID |= Parameter 2
|p2= ID: [[Number]] - Action ID |PARAMETER2=


|x1= <code>[ [[player]],10 ] [[call]] [[BIS_fnc_holdActionRemove]];</code>|= Example 1
|x1= <code>[ [[player]],10 ] [[call]] [[BIS_fnc_holdActionRemove]];</code>|EXAMPLE1=


| [[Nothing]] - Nothing |RETURNVALUE=
| [[Nothing]] - Nothing |RETURNVALUE=

Revision as of 15:30, 7 April 2019

Hover & click on the images for description

Description

Description:
Removes a hold action. If the removed hold actions was the last one, disable the scripted framework.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[target,ID] call BIS_fnc_holdActionRemove;
Parameters:
target: Object - Object the action is attached to
ID: Number - Action ID
Return Value:
Nothing - Nothing

Examples

Example 1:
[ player,10 ] call BIS_fnc_holdActionRemove;

Additional Information

See also:
BIS_fnc_holdActionAdd

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