LuaLocalTable

A temporary table which will can set set in a function You can only set values in this table, not get them.

Constructors

this
this(LuaState state)
Undocumented in source.
this
this(lua_State* state)
Undocumented in source.

Members

Functions

bindMetatable
void bindMetatable(LuaMetaTable table)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T id, TX value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMetaTable
void setMetaTable(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
setTable
void setTable(int id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta