Public Member Functions | |
| EEHook (lua_State *_L, std::string _func) | |
| bool | execute () |
Protected Attributes | |
| std::string | func |
| lua_State * | L |
| TaskContext * | tc |
Definition at line 2219 of file rtt.cpp.
| EEHook::EEHook | ( | lua_State * | _L, | |
| std::string | _func | |||
| ) | [inline] |
std::string EEHook::func [protected] |
TaskContext* EEHook::tc [protected] |