luaL_getmetatable

Pushes onto the stack the metatable associated with name tname in the registry.

@nogc nothrow pragma(inline)
void
luaL_getmetatable
(,
const(char)* n
)

Return Value

Type: void

the type of the pushed value (nil if there is no metatable associated with that name)

See Also

Meta