BIS fnc executeStackedEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
m (Some wiki formatting)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
|version1= 1.00


|1.00
|gr1= Event Handlers


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


|This function executes the stacked items. {{Feature|important|Should not be called independently}}
|s1= [eventHandlerType] call [[BIS_fnc_executeStackedEventHandler]]


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


|p1=EHType: [[String]] - The onXXX event handler
|r1= [[Boolean]] - always [[true]]


| [[Boolean]] - [[true]]
|x1= <sqf>["onEachFrame"] call BIS_fnc_executeStackedEventHandler;</sqf>


|x1= <code>["onEachFrame"] [[call]] [[BIS_fnc_executeStackedEventHandler]];</code>
|seealso= [[BIS_fnc_addStackedEventHandler]] [[BIS_fnc_removeStackedEventHandler]]
 
| [[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