mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Private Variables for localEvent
This commit is contained in:
parent
d090b3328c
commit
efe810ae4e
@ -12,8 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
_eventName = _this select 0;
|
PARAMS_2(_eventName,_eventArgs);
|
||||||
_eventArgs = _this select 1;
|
|
||||||
|
|
||||||
_eventNames = GVAR(events) select 0;
|
_eventNames = GVAR(events) select 0;
|
||||||
_eventIndex = _eventNames find _eventName;
|
_eventIndex = _eventNames find _eventName;
|
||||||
|
Loading…
Reference in New Issue
Block a user