BIS fnc executeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "| arma3 |1.00 " to "|game1= arma3 |version1= 1.00 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 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| | |descr= This function executes the stacked items. | ||
{{Feature|important|This function should not be called independently.}} | |||
|s1=[ | |s1= [eventHandlerType] call [[BIS_fnc_executeStackedEventHandler]] | ||
|p1= | |p1= eventHandlerType: [[String]] - the onXXX event handler | ||
|r1=[[Boolean]] - [[true]] | |r1= [[Boolean]] - always [[true]] | ||
|x1= < | |x1= <sqf>["onEachFrame"] call BIS_fnc_executeStackedEventHandler;</sqf> | ||
|seealso= [[BIS_fnc_addStackedEventHandler]] | |seealso= [[BIS_fnc_addStackedEventHandler]] [[BIS_fnc_removeStackedEventHandler]] | ||
}} | }} |
Latest revision as of 09:54, 8 November 2023
Description
- Description:
- This function executes the stacked items.
- 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:
Additional Information
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