mrdocs::lua::Table::Table
Constructors
Synopses
Declared in <mrdocs/Engines/Lua/Table.hpp>
Wrap an existing Lua value as a table.
Create an empty table in the given scope.
Construct a table by copying fields from a DOM object.
Table(
Scope& scope,
dom::Object const& obj);
Created with MrDocs