LuaTable.getMetaTable

Get the metatable for this table.

struct LuaTable
@trusted
getMetaTable
()

Return Value

Type: LuaTable

A reference to the metatable for this table. The reference is nil if this table has no metatable.

Meta