![]() |
Pioneer
|


Go to the source code of this file.
Namespaces | |
| namespace | LuaEvent |
Functions | |
| void | LuaEvent::Init () |
| void | LuaEvent::Uninit () |
| void | LuaEvent::Clear () |
| void | LuaEvent::Emit () |
| LuaRef & | LuaEvent::GetEventQueue () |
| template<typename... TArgs> | |
| void | LuaEvent::Queue (const LuaRef &queue, std::string_view event, TArgs... args) |
| void | LuaEvent::Queue (const LuaRef &queue, std::string_view event) |
| template<typename... TArgs> | |
| void | LuaEvent::Queue (std::string_view event, TArgs... args) |
| void | LuaEvent::Queue (std::string_view event) |