BIS fnc executeStackedEventHandler: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|This function executes the stacked items. {{Important|Should not be called independently}}|Description=
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
| [EHType] call [[BIS_fnc_executeStackedEventHandler]] |Syntax=


|p1= |= Parameter 1
|p1=EHType: [[String]] - The onXXX event handler|Parameter 1=


| |= Return value
| [[Boolean]] - [[True]]|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>["onEachFrame"] [[call]] [[BIS_fnc_addCuratorAreaFromTrigger]];</code>|Example 1=
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[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 20:14, 22 June 2018

Hover & click on the images for description

Description

Description:
This function executes the stacked items.
Should not be called independently
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

See also:
BIS_fnc_addStackedEventHandlerBIS_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

Notes

Bottom Section