BIS fnc executeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |This function executes the stacked items. {{Important|Should not be called independently}}|Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [EHType] call [[BIS_fnc_executeStackedEventHandler]] |Syntax= | ||
|p1= | | |p1=EHType: [[String]] - The onXXX event handler|Parameter 1= | ||
| | | | [[Boolean]] - [[True]]|Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>["onEachFrame"] [[call]] [[BIS_fnc_addCuratorAreaFromTrigger]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_addStackedEventHandler]],[[BIS_fnc_removeStackedEventHandler]] |See also= | ||
}} | }} | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> |
Revision as of 19:14, 22 June 2018
Description
- Description:
- This function executes the stacked items.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [EHType] call BIS_fnc_executeStackedEventHandler
- Parameters:
- EHType: String - The onXXX event handler
- Return Value:
- Boolean - True
Examples
- Example 1:
["onEachFrame"] call BIS_fnc_addCuratorAreaFromTrigger;
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