BIS fnc removeStackedEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - " |s1=[" to " |s1= [")
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Event Handlers
____________________________________________________________________________________________


| Removes a stacked event handler with specified custom id. |DESCRIPTION=
|descr= Removes a stacked event handler with specified custom id.
____________________________________________________________________________________________


| [id, event] call [[BIS_fnc_removeStackedEventHandler]]; |SYNTAX=
|s1= [id, event] call [[BIS_fnc_removeStackedEventHandler]]


|p1= key: [[String]] - custom id, a unique identifier, also returned by [[BIS_fnc_addStackedEventHandler]] |PARAMETER1=
|p1= key: [[String]] - custom id, a unique identifier, also returned by [[BIS_fnc_addStackedEventHandler]]


|p2= event: [[String]] - event handler name, see [[BIS_fnc_addStackedEventHandler]] fr supported event handlers |PARAMETER2=
|p2= event: [[String]] - event handler name, see [[BIS_fnc_addStackedEventHandler]] fr supported event handlers


| [[Boolean]] - [[true]] on success, [[false]] on failure |RETURNVALUE=
|r1= [[Boolean]] - [[true]] on success, [[false]] on failure
____________________________________________________________________________________________
 
|x1= <code>["someId", "onEachFrame"] [[call]] [[BIS_fnc_removeStackedEventHandler]];</code> |=
____________________________________________________________________________________________


| [[BIS_fnc_addStackedEventHandler]] |SEEALSO=
|x1= <sqf>["someId", "onEachFrame"] call BIS_fnc_removeStackedEventHandler;</sqf>


|seealso= [[BIS_fnc_addStackedEventHandler]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:removeStackedEventHandler}}]]
[[Category:Functions|{{uc:removeStackedEventHandler}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:removeStackedEventHandler}}]]

Latest revision as of 00:11, 13 July 2022

Hover & click on the images for description

Description

Description:
Removes a stacked event handler with specified custom id.
Execution:
call
Groups:
Event Handlers

Syntax

Syntax:
[id, event] call BIS_fnc_removeStackedEventHandler
Parameters:
key: String - custom id, a unique identifier, also returned by BIS_fnc_addStackedEventHandler
event: String - event handler name, see BIS_fnc_addStackedEventHandler fr supported event handlers
Return Value:
Boolean - true on success, false on failure

Examples

Example 1:
["someId", "onEachFrame"] call BIS_fnc_removeStackedEventHandler;

Additional Information

See also:
BIS_fnc_addStackedEventHandler

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