|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LuaEngine.h>
Public Member Functions | |
| bool | Execute (uint64 time, uint32 diff) |
| LuaEvent (EventProcessor *_events, int _funcRef, uint32 _delay, uint32 _calls, Object *_obj) | |
| ~LuaEvent () | |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Public Attributes | |
| uint32 | calls |
| uint32 | delay |
| EventProcessor * | events |
| int | funcRef |
| bool | hasObject |
| Object * | obj |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 237 of file LuaEngine.h.
| EventMgr::LuaEvent::LuaEvent | ( | EventProcessor * | _events, |
| int | _funcRef, | ||
| uint32 | _delay, | ||
| uint32 | _calls, | ||
| Object * | _obj ) |
| EventMgr::LuaEvent::~LuaEvent | ( | ) |
Definition at line 626 of file LuaEngine.cpp.
Reimplemented from BasicEvent.
Definition at line 638 of file LuaEngine.cpp.
References calls, delay, events, funcRef, hasObject, obj, and sEluna.
| uint32 EventMgr::LuaEvent::calls |
Definition at line 250 of file LuaEngine.h.
Referenced by Execute(), and LuaEvent().
| uint32 EventMgr::LuaEvent::delay |
Definition at line 249 of file LuaEngine.h.
Referenced by Execute(), and LuaEvent().
| EventProcessor* EventMgr::LuaEvent::events |
Definition at line 251 of file LuaEngine.h.
Referenced by Execute(), LuaEvent(), and ~LuaEvent().
| int EventMgr::LuaEvent::funcRef |
Definition at line 248 of file LuaEngine.h.
Referenced by Execute(), LuaEvent(), and ~LuaEvent().
| bool EventMgr::LuaEvent::hasObject |
Definition at line 246 of file LuaEngine.h.
Referenced by Execute(), and LuaEvent().
| Object* EventMgr::LuaEvent::obj |
Definition at line 247 of file LuaEngine.h.
Referenced by Execute(), and LuaEvent().