api/lua.cpp¶
Namespaces¶
| Name |
|---|
| cvedia |
| cvedia::rt |
| cvedia::rt::api |
| cvedia::rt::api::lua |
| cvedia::rt::api::lua::self |
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 2025-10-21 at 08:11:05 +0000