mrdocs::lua::Scope
Stack scope guard for Lua calls.
Synopsis
Declared in <mrdocs/Engines/Lua/Scope.hpp>
class Scope;
Member Functions
Name |
Description |
|
Create a scope that manages Lua stack references. |
|
Pop any pending stack references on destruction. |
Return a value from the global table if it exists. |
|
Return the global table. |
|
Load a Lua chunk |
|
Run a Lua chunk. |
|
Push a dom::Value onto the Lua stack. |
Friends
Name |
Description |
Internal tag granting access to lua internals. |
Created with MrDocs