BIS fnc holdActionRemove: Difference between revisions
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 |= | |p1= target: [[Object]] - Object the action is attached to |PARAMETER1= | ||
|p2= ID: [[Number]] - Action ID |= | |p2= ID: [[Number]] - Action ID |PARAMETER2= | ||
|x1= <code>[ [[player]],10 ] [[call]] [[BIS_fnc_holdActionRemove]];</code>|= | |x1= <code>[ [[player]],10 ] [[call]] [[BIS_fnc_holdActionRemove]];</code>|EXAMPLE1= | ||
| [[Nothing]] - Nothing |RETURNVALUE= | | [[Nothing]] - Nothing |RETURNVALUE= |
Revision as of 14:30, 7 April 2019
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