Tao.Lua.Lua.luaL_ref C# (CSharp) 메소드

luaL_ref() 개인적인 메소드

private luaL_ref ( lua_State L, int t ) : int
L lua_State
t int
리턴 int
        public extern static int luaL_ref(lua_State L, int t);
Lua