BIS fnc removeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description updated, broken note removed) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Removes a stacked event handler with specified custom id. |= | | Removes a stacked event handler with specified custom id. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [id, event] call [[BIS_fnc_removeStackedEventHandler]]; |= | | [id, event] call [[BIS_fnc_removeStackedEventHandler]]; |SYNTAX= | ||
|p1= key: [[String]] - custom id, a unique identifier, also returned by [[BIS_fnc_addStackedEventHandler]] |= | |p1= key: [[String]] - custom id, a unique identifier, also returned by [[BIS_fnc_addStackedEventHandler]] |PARAMETER1= | ||
|p2= event: [[String]] - event handler name, see [[BIS_fnc_addStackedEventHandler]] fr supported event handlers |= | |p2= event: [[String]] - event handler name, see [[BIS_fnc_addStackedEventHandler]] fr supported event handlers |PARAMETER2= | ||
| [[Boolean]] - [[true]] on success, [[false]] on failure |= | | [[Boolean]] - [[true]] on success, [[false]] on failure |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 22: | Line 22: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_addStackedEventHandler]] |= | | [[BIS_fnc_addStackedEventHandler]] |SEEALSO= | ||
}} | }} |
Revision as of 14:32, 7 April 2019
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