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.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
#include "script_component.hpp"
|
|
|
|
_this call CBA_fnc_localEvent;
|
|
|
|
ACE_DEPRECATED("ace_common_fnc_localEvent","3.8.0","CBA_fnc_localEvent");
|