BIS fnc executeStackedEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Some wiki formatting)
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Event Handlers


|1.00|= Game version
|descr= This function executes the stacked items.
____________________________________________________________________________________________
{{Feature|important|This function should not be called independently.}}


| <pre>/*
|s1= [eventHandlerType] call [[BIS_fnc_executeStackedEventHandler]]
Description:
This function executes the stacked items, should not be called independently
Parameter(s):
_this select 0: STRING - The onXxx event handler
Returns:
BOOLEAN - TRUE
*/
//Parameters
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_executeStackedEventHandler]]; --> |= Syntax
|p1= eventHandlerType: [[String]] - the onXXX event handler


|p1= |= Parameter 1
|r1= [[Boolean]] - always [[true]]


| |= Return value
|x1= <sqf>["onEachFrame"] call BIS_fnc_executeStackedEventHandler;</sqf>
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[BIS_fnc_addStackedEventHandler]] [[BIS_fnc_removeStackedEventHandler]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:executeStackedEventHandler}}]]
[[Category:Functions|{{uc:executeStackedEventHandler}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:executeStackedEventHandler}}]]

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