<mrdocs/Support/Lua.hpp>
class Scope;
Name | Description |
---|---|
Scope [constructor] | Construct from Context |
~Scope [destructor] | Destructor |
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 |