BIS fnc executeStackedEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Some wiki formatting)
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
|gr1= Event Handlers
|gr1= Event Handlers


|descr=This function executes the stacked items. {{Feature|important|Should not be called independently}}
|descr= This function executes the stacked items.
{{Feature|important|This function should not be called independently.}}


|s1=[EHType] call [[BIS_fnc_executeStackedEventHandler]]
|s1= [eventHandlerType] call [[BIS_fnc_executeStackedEventHandler]]


|p1=EHType: [[String]] - The onXXX event handler
|p1= eventHandlerType: [[String]] - the onXXX event handler


|r1= [[Boolean]] - [[true]]
|r1= [[Boolean]] - always [[true]]


|x1= <code>["onEachFrame"] [[call]] [[BIS_fnc_executeStackedEventHandler]];</code>
|x1= <sqf>["onEachFrame"] call BIS_fnc_executeStackedEventHandler;</sqf>


|seealso= [[BIS_fnc_addStackedEventHandler]],[[BIS_fnc_removeStackedEventHandler]]
|seealso= [[BIS_fnc_addStackedEventHandler]] [[BIS_fnc_removeStackedEventHandler]]
}}
}}

Latest revision as of 10:54, 8 November 2023

Hover & click on the images for description

Description

Description:
This function executes the stacked items.
This function should not be called independently.
Execution:
call
Groups:
Event Handlers

Syntax

Syntax:
[eventHandlerType] call BIS_fnc_executeStackedEventHandler
Parameters:
eventHandlerType: String - the onXXX event handler
Return Value:
Boolean - always true

Examples

Example 1:
["onEachFrame"] call BIS_fnc_executeStackedEventHandler;

Additional Information

See also:
BIS_fnc_addStackedEventHandler BIS_fnc_removeStackedEventHandler

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