BIS fnc removeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) (description updated, broken note removed) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Removes a stacked event handler with specified custom id. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [ | | [id, event] call [[BIS_fnc_removeStackedEventHandler]]; |= Syntax | ||
|p1= key: [[String]] - unique identifier |= Parameter 1 | |p1= key: [[String]] - custom id, a unique identifier, also returned by [[BIS_fnc_addStackedEventHandler]] |= Parameter 1 | ||
|p2= event: [[String]] - event handler | |p2= event: [[String]] - event handler name, see [[BIS_fnc_addStackedEventHandler]] fr supported event handlers |= Parameter 2 | ||
| [[ | | [[Boolean]] - [[true]] on success, [[false]] on failure |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 28: | Line 28: | ||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
<dl class="command_description"> | <dl class="command_description"> | ||
</dl> | </dl> | ||
Revision as of 12:07, 15 July 2017
Description
- Description:
- Removes a stacked event handler with specified custom id.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [id, event] call BIS_fnc_removeStackedEventHandler;
- Parameters:
- key: String - custom id, a unique identifier, also returned by BIS_fnc_addStackedEventHandler
- event: String - event handler name, see BIS_fnc_addStackedEventHandler fr supported event handlers
- Return Value:
- Boolean - true on success, false on failure
Examples
- Example 1:
["someId", "onEachFrame"] call BIS_fnc_removeStackedEventHandler;
Additional Information
- See also:
- BIS_fnc_addStackedEventHandler
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