- bindMetatable
void bindMetatable(LuaMetaTable table)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- metatableTo
void metatableTo(LuaTable table)
Deletes this table from global space and sets it as metatable to another table
- restoreThis
void restoreThis()
restores this table in to global scope.
- set
void set(int id, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStack
void toStack()
Undocumented in source. Be warned that the author may not have intended to support it.
A lua table.