少年修仙传客户端基础资源
Client_PangDeRong
2018-11-10 f08f1cb1c33396b641fd6448b14c1227235b498f
Assets/XLua/Gen/LuaWindowUtilityWrap.cs
@@ -38,7 +38,7 @@
            Utils.RegisterFunc(L, Utils.CLS_IDX, "Close", _m_Close_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "CloseAll", _m_CloseAll_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "DestroyWin", _m_DestroyWin_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "CheckOpen", _m_CheckOpen_xlua_st_);
            Utils.RegisterFunc(L, Utils.CLS_IDX, "IsOpen", _m_IsOpen_xlua_st_);
            
         
            
@@ -263,7 +263,7 @@
        }
        
        [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
        static int _m_CheckOpen_xlua_st_(RealStatePtr L)
        static int _m_IsOpen_xlua_st_(RealStatePtr L)
        {
          try {
            
@@ -273,7 +273,7 @@
                {
                    string __name = LuaAPI.lua_tostring(L, 1);
                    
                        bool gen_ret = LuaWindowUtility.CheckOpen( __name );
                        bool gen_ret = LuaWindowUtility.IsOpen( __name );
                        LuaAPI.lua_pushboolean(L, gen_ret);