BIS fnc holdActionRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Added page for BIS_fnc_holdActionRemove (Please review))
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 5: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|1.00|= Game version
|1.62|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
|Removes a hold action. If the removed hold actions was the last one, disable the scripted  framework.|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_holdActionRemove]]; --> |= Syntax
| [target,ID] [[call]] [[BIS_fnc_holdActionRemove]];|= Syntax
|p1= |= Parameter 1
 
|p1= target: [[Object]] - Object the action is attached to |= Parameter 1
 
|p2= ID: [[Number]] - Action ID |= Parameter 2
 
|x1= <code>[ [[player]],10 ] [[call]] [[BIS_fnc_holdActionRemove]];</code>|= Example 1


| |= Return value
| [[Nothing]] - Nothing |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[BIS_fnc_holdActionAdd]] |= See also


}}
}}
Line 27: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: HoldActions|{{uc:holdActionRemove}}]]
[[Category:Function Group: Debug|{{uc:param}}]]
[[Category:Functions|{{uc:holdActionRemove}}]]
[[Category:Functions|{{uc:param}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:holdActionRemove}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:param}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:param}}]]

Revision as of 14:10, 16 July 2016

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