A reference to an instance of a Lua interpreter.
Declared in <mrdocs/Engines/Lua/Context.hpp>
class Context;
| Name | Description |
|---|---|
Context [constructor] | Constructor. |
~Context [destructor] | Destructor. |
operator= [deleted] | Copy assignment. |
nativeState | Return the underlying lua_State*. |
| Name | Description |
|---|---|
mrdocs::lua::Scope | Stack scope guard for Lua calls. |
mrdocs::lua::Access | Internal tag granting access to lua internals. |
| Name | Description |
|---|---|
makeCallable | Wrap a registry-anchored Lua function as a dom::Function. |