ACE3/addons/common/functions/fnc_removeAllEventHandlers.sqf

9 lines
305 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-09-18 23:50:17 +00:00
params ["_eventName"];
CBA_events_eventNamespace setVariable [_eventName,nil];
CBA_events_eventHashes setVariable [_eventName,nil];
ACE_DEPRECATED("ace_common_fnc_removeAllEventHandlers","3.8.0","N/A (remove events individually w/ CBA_fnc_removeEventHandler)");