BIS fnc executeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Event Handlers | ||
| | |descr= This function executes the stacked items. | ||
{{Feature|important|This function should not be called independently.}} | |||
| | |s1= [eventHandlerType] call [[BIS_fnc_executeStackedEventHandler]] | ||
| | |p1= eventHandlerType: [[String]] - the onXXX event handler | ||
| | |r1= [[Boolean]] - always [[true]] | ||
| [ | |x1= <sqf>["onEachFrame"] call BIS_fnc_executeStackedEventHandler;</sqf> | ||
| | |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