luaL_getmetatable
[-0, +1, m]
int luaL_getmetatable (lua_State *L, const char *tname);
Pushes onto the stack the metatable associated with name tname
in the registry (see luaL_newmetatable
) (nil if there is no metatable associated with that name). Returns the type of the pushed value.
Please login to continue.