Public Member Functions | |
| LuaEvent (LuaEngine *engine) | |
| std::string | eventName () const |
| void | setEventName (const std::string &eventName) |
| template<typename T > | |
| void | addParameter (T par) |
| void | cleanupAllParams () |
Static Public Member Functions | |
| static luabind::scope | bindToLua () |
Protected Attributes | |
| std::vector< luabind::object > | objList |
Friends | |
| class | LuaEngine |
1.8.7