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

luaL_where() 개인적인 메소드

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