mrdocs::lua::Table
A Lua table.
Synopsis
Declared in <mrdocs/Engines/Lua/Table.hpp>
class Table
: public Value
Member Functions
Name |
Description |
|
Constructors |
Invoke the value as a function. |
|
Return a string representation. |
|
Retrieve a table entry by key; returns nil if missing. |
|
Return true if the value is a boolean. |
|
Return true if the value is a function. |
|
Return true if the value is nil. |
|
Return true if the value is numeric. |
|
Return true if the value is a string. |
|
Return true if the value is a table. |
|
Invoke the value as a function. |
|
Create or replace the value with a key. |
|
Return the Lua type of this value. |
Protected Data Members
Name |
Description |
Stack index where the value is stored. |
|
Scope that owns the stack slot for this value. |
Friends
Name |
Description |
Internal tag granting access to lua internals. |
Created with MrDocs