Stack scope guard for Lua calls.
<mrdocs/Support/Lua.hpp>class Scope;
Helper that balances the Lua stack for a Context scope.
| Name | Description |
|---|---|
Scope [constructor] | Create a scope that manages Lua stack references. |
~Scope [destructor] | Pop any pending stack references on destruction. |
getGlobal | Return a value from the global table if it exists. |
getGlobalTable | Return the global table. |
loadChunk | Load a Lua chunk |
loadChunkFromFile | Run a Lua chunk. |
| Name | Description |
|---|---|
Access |
Internal tag granting access to lua internals. |