BIS_fnc_holdActionRemove
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Removes a hold action. This does exactly the same as removeAction.
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
- Execution:
- call
- See also:
- BIS_fnc_holdActionAdd
- Groups:
- Interaction