luaL_getmetatable

[-0, +1, –]

  1. int luaL_getmetatable (lua_State *L, const char *tname);

将注册表中 tname 对应的元表(参见 luaL_newmetatable)压栈。如果没有 tname 对应的元表,则将 nil 压栈并返回假。