luaL_newmetatable() private method

private luaL_newmetatable ( LuaState luaState, string tname ) : int
luaState LuaState
tname string
return int
Exemplo n.º 1
0
 public static int luaL_newmetatable(this LuaState luaState, string tname) => Lua.luaL_newmetatable(luaState, tname);