api/lua.cpp¶
Namespaces¶
Name |
---|
cvedia |
cvedia::rt |
cvedia::rt::api |
cvedia::rt::api::lua |
cvedia::rt::api::lua::self |
cvedia::rt::internal |
Attributes¶
Name | |
---|---|
std::shared_ptr< iface::ScriptEngine > | helper_ |
std::shared_ptr< iface::ScriptEngine > | luaUI_ |
std::string | luaRoot_ |
bool | enableLuaProfiler_ |
Attributes Documentation¶
variable helper_¶
static std::shared_ptr< iface::ScriptEngine > helper_ = nullptr;
variable luaUI_¶
static std::shared_ptr< iface::ScriptEngine > luaUI_ = nullptr;
variable luaRoot_¶
static std::string luaRoot_ = "assets/lua";
variable enableLuaProfiler_¶
static bool enableLuaProfiler_ = false;
Updated on 2024-11-15 at 16:17:52 +0000