Fill a struct's members with fields from this table.
Lookup a value in this table or in a sub-table of this table.
Get the metatable for this table.
Get the array length of the table.
Iterate over the values in this table.
Iterate over the key-value pairs in this table.
Set a key-value pair this table or in a sub-table of this table.
Read a string value in this table without making a copy of the string. The read string is passed to dg, and should not be escaped. If the value for key is not a string, dg is not called.
Set a key-value pair in this table.
* Set the metatable for this table. * Params: * meta = new metatable
Create struct of type T and fill its members with fields from this table.
LuaTable sub-types $(DPREF base, LuaObject) through this reference.
Represents a Lua table.