Esempio n. 1
0
 // Token: 0x06000465 RID: 1125 RVA: 0x00013B50 File Offset: 0x00011D50
 public int GetRefParam(out LuaHotFixExample classParam, ref int intParam, out LuaTestStruct valueTypeParam)
 {
     if (BJLuaObjHelper.IsSkipLuaHotfix || !this.TryInitHotFix(null) || this.m_GetRefParamLuaHotFixExampleInt32LuaTestStruct_hotfix != null)
     {
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     Debug.Log("LuaHotFixExample CS Call GetRefParam");
     classParam     = null;
     valueTypeParam = default(LuaTestStruct);
     return(5);
 }
Esempio n. 2
0
 // Token: 0x0600046C RID: 1132 RVA: 0x00013E84 File Offset: 0x00012084
 public int GetRefParam(out LuaHotFixExample classParam, ref int intParam, out LuaTestStruct valueTypeParam)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_GetRefParamLuaHotFixExample_Int32_LuaTestStruct__hotfix != null)
     {
         return(LuaDelegation.Lua_BlackJack_BJFramework_Runtime_Lua_LuaHotFixChecker_GetRefParam_LuaHotFixExample_Int32_LuaTestStruct(this, this.m_GetRefParamLuaHotFixExample_Int32_LuaTestStruct__hotfix, out classParam, ref intParam, out valueTypeParam));
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     Debug.Log("LuaHotFixChecker CS Call GetRefParam");
     classParam     = null;
     valueTypeParam = default(LuaTestStruct);
     return(5);
 }
Esempio n. 3
0
 // Token: 0x06000462 RID: 1122 RVA: 0x00013A14 File Offset: 0x00011C14
 public void WithOutParam(int notOutParam, out LuaHotFixExample classParam, out LuaTestStruct valueTypeParam, out int intParam, out float floatParam, out bool boolParam, out ObjectLuaHotFixState enumParam)
 {
     if (BJLuaObjHelper.IsSkipLuaHotfix || !this.TryInitHotFix(string.Empty) || this.m_WithOutParamLuaHotFixExampleInt32LuaTestStruct_hotfix != null)
     {
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     Debug.Log("LuaHotFixExample CS Call WithOutParam");
     classParam           = null;
     valueTypeParam       = default(LuaTestStruct);
     valueTypeParam.m_str = "InCS";
     intParam             = 99;
     floatParam           = 0f;
     boolParam            = false;
     enumParam            = ObjectLuaHotFixState.Uninit;
 }
Esempio n. 4
0
 // Token: 0x06000463 RID: 1123 RVA: 0x00013A88 File Offset: 0x00011C88
 public int GetOutParam(out LuaHotFixExample classParam, LuaHotFixExample notOutClassParam, out LuaTestStruct valueTypeParam, LuaTestStruct notOutvalueTypeParam, out int intParam, int notOutIntParam, out float floatParam, float notOutfloatParam, out bool boolParam, bool notOutboolParam, out ObjectLuaHotFixState enumParam, ObjectLuaHotFixState notOutEnumParam)
 {
     if (BJLuaObjHelper.IsSkipLuaHotfix || !this.TryInitHotFix(null) || this.m_WithOutParamLuaHotFixExampleInt32LuaTestStruct_hotfix != null)
     {
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     Debug.Log("LuaHotFixExample CS Call WithOutParam");
     classParam           = null;
     valueTypeParam       = default(LuaTestStruct);
     valueTypeParam.m_str = "InCS";
     intParam             = 99;
     floatParam           = 0f;
     boolParam            = false;
     enumParam            = ObjectLuaHotFixState.Uninit;
     return(777);
 }
Esempio n. 5
0
 // Token: 0x0600046A RID: 1130 RVA: 0x00013D78 File Offset: 0x00011F78
 public void WithOutParam(int notOutParam, out LuaHotFixExample classParam, out LuaTestStruct valueTypeParam, out int intParam, out float floatParam, out bool boolParam, out ObjectLuaHotFixState enumParam)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_WithOutParamInt32LuaHotFixExample_LuaTestStruct_Int32_Single_Boolean_ObjectLuaHotFixState__hotfix != null)
     {
         LuaDelegation.Lua_BlackJack_BJFramework_Runtime_Lua_LuaHotFixChecker_WithOutParam_Int32_LuaHotFixExample_LuaTestStruct_Int32_Single_Boolean_ObjectLuaHotFixState(this, this.m_WithOutParamInt32LuaHotFixExample_LuaTestStruct_Int32_Single_Boolean_ObjectLuaHotFixState__hotfix, notOutParam, out classParam, out valueTypeParam, out intParam, out floatParam, out boolParam, out enumParam);
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     Debug.Log("LuaHotFixChecker CS Call WithOutParam");
     classParam           = null;
     valueTypeParam       = default(LuaTestStruct);
     valueTypeParam.m_str = "InCS";
     intParam             = 99;
     floatParam           = 0f;
     boolParam            = false;
     enumParam            = ObjectLuaHotFixState.Uninit;
 }