Just a wrapper around static injection functions.
More...
#include <Lua.hpp>
|
| ~Lua ()=default |
| Default destructor.
|
|
|
static void | inject () noexcept |
| Inject everything into Lua.
|
|
|
| Lua ()=delete |
| Not supposed to be created.
|
|
Just a wrapper around static injection functions.
Definition at line 16 of file Lua.hpp.
◆ ~Lua()
◆ Lua()
Not supposed to be created.
◆ inject()
void galaxy::Lua::inject |
( |
| ) |
|
|
staticnoexcept |
Inject everything into Lua.
Definition at line 12 of file Lua.cpp.
◆ inject_core()
void galaxy::Lua::inject_core |
( |
| ) |
|
|
staticprivatenoexcept |
Inject galaxy core services into Lua.
Definition at line 34 of file LuaCore.cpp.
◆ inject_events()
void galaxy::Lua::inject_events |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_fs()
void galaxy::Lua::inject_fs |
( |
| ) |
|
|
staticprivatenoexcept |
Injects VFS support into Lua.
Definition at line 36 of file LuaFS.cpp.
◆ inject_input()
void galaxy::Lua::inject_input |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_logging()
void galaxy::Lua::inject_logging |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_math()
void galaxy::Lua::inject_math |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_platform()
void galaxy::Lua::inject_platform |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_services()
void galaxy::Lua::inject_services |
( |
| ) |
|
|
staticprivatenoexcept |
◆ inject_time()
void galaxy::Lua::inject_time |
( |
| ) |
|
|
staticprivatenoexcept |
Register galaxy time support functions into Lua.
Definition at line 19 of file LuaTime.cpp.
◆ inject_utils()
void galaxy::Lua::inject_utils |
( |
| ) |
|
|
staticprivatenoexcept |
The documentation for this class was generated from the following files: