luaL_unref() 개인적인 메소드

private luaL_unref ( LuaState luaState, int t, int @ref ) : void
luaState LuaState
t int
@ref int
리턴 void
예제 #1
0
 public static void luaL_unref(this LuaState luaState, int t, int @ref) => Lua.luaL_unref(luaState, t, @ref);