15int event_runFunc(
unsigned int eventid,
const char *func,
int nargs );
16int event_run(
unsigned int eventid,
const char *func );
void event_runStart(unsigned int eventid, const char *func)
Starts running a function, allows programmer to set up arguments.
int event_runFunc(unsigned int eventid, const char *func, int nargs)
Runs a function previously set up with event_runStart.
int event_run(unsigned int eventid, const char *func)
Runs the event function.
Event_t * event_getFromLua(lua_State *L)
Gets the current running event from user data.
int nlua_loadEvt(nlua_env env)
Loads the event Lua library.
Activated event structure.