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

lua_rawget() 개인적인 메소드

private lua_rawget ( lua_State L, int idx ) : void
L lua_State
idx int
리턴 void
        public extern static void lua_rawget(lua_State L, int idx);
Lua