BIS fnc removeStackedEventHandler: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code> *(\^+\]) +\[\[call\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 call $2;</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
Line 8: | Line 8: | ||
|descr= Removes a stacked event handler with specified custom id. | |descr= Removes a stacked event handler with specified custom id. | ||
|s1=[id, event] call [[BIS_fnc_removeStackedEventHandler]] | |s1= [id, event] call [[BIS_fnc_removeStackedEventHandler]] | ||
|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]] |
Latest revision as of 23:11, 12 July 2022
Description
- Description:
- Removes a stacked event handler with specified custom id.
- Execution:
- call
- Groups:
- Event Handlers
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:
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