少年修仙传客户端代码仓库
client_Zxw
2018-11-22 87ea0d7d91abc9d871ef1b1d349d17dafda86f9c
Lua/Gen/DelegatesGensBridge.cs
@@ -306,7 +306,29 @@
#endif
      }
        
      public Snxxz.UI.TestModel __Gen_Delegate_Imp13(object p0)
      public bool __Gen_Delegate_Imp13(object p0)
      {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
            {
#endif
                RealStatePtr L = luaEnv.rawL;
                int errFunc = LuaAPI.pcall_prepare(L, errorFuncRef, luaReference);
                ObjectTranslator translator = luaEnv.translator;
                translator.PushAny(L, p0);
                PCall(L, 1, 1, errFunc);
                bool __gen_ret = LuaAPI.lua_toboolean(L, errFunc + 1);
                LuaAPI.lua_settop(L, errFunc - 1);
                return  __gen_ret;
#if THREAD_SAFE || HOTFIX_ENABLE
            }
#endif
      }
      public Snxxz.UI.TestModel __Gen_Delegate_Imp14(object p0)
      {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -328,7 +350,7 @@
#endif
      }
        
      public void __Gen_Delegate_Imp14(object p0, object p1)
      public void __Gen_Delegate_Imp15(object p0, object p1)
      {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -351,7 +373,7 @@
#endif
      }
        
      public bool __Gen_Delegate_Imp15(object p0, out int p1)
      public bool __Gen_Delegate_Imp16(object p0, out int p1)
      {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)
@@ -374,7 +396,7 @@
#endif
      }
        
      public void __Gen_Delegate_Imp16(object p0, int p1)
      public void __Gen_Delegate_Imp17(object p0, int p1)
      {
#if THREAD_SAFE || HOTFIX_ENABLE
            lock (luaEnv.luaEnvLock)