mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f0b8da33c4
CBA 2.4.0 entirely replaces the ACE events framework. Adds wrappers with deprecated warnings to all of the public event framework functions and removes all of the underlying GVARs and code.
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
#include "script_component.hpp"
|
|
|
|
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)");
|