BIS_fnc_executeStackedEventHandler

From Bohemia Interactive Community
Jump to navigation Jump to search
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