Private Variables for localEvent

This commit is contained in:
PabstMirror 2015-04-04 12:08:59 -05:00
parent d090b3328c
commit efe810ae4e

View File

@ -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;