예제 #1
0
 // Token: 0x06013944 RID: 80196 RVA: 0x004FDA20 File Offset: 0x004FBC20
 public TeamRoomJoinNetTask(int roomId, GameFunctionType gameFunctionTypeId, int locationId, ulong inviterSessionId) : base(10f, null, true)
 {
     this.m_roomId             = roomId;
     this.m_gameFunctionTypeId = gameFunctionTypeId;
     this.m_locationId         = locationId;
     this.m_inviterSessionId   = inviterSessionId;
 }
예제 #2
0
        // Token: 0x06004D56 RID: 19798 RVA: 0x0017A708 File Offset: 0x00178908
        public void ClearTeamRoom()
        {
            this.RoomId = 0;
            GameFunctionType gameFunctionType = GameFunctionType.GameFunctionType_None;

            this.WaitingFunctionTypeId = gameFunctionType;
            this.GameFunctionTypeId    = gameFunctionType;
            int num = 0;

            this.WaitingLocationId = num;
            this.LocationId        = num;
            this.ClearInviteInfos();
        }
예제 #3
0
 // Token: 0x06013DEC RID: 81388 RVA: 0x0050F73C File Offset: 0x0050D93C
 public void SetGameFunctionType(GameFunctionType gameFunctionType)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_SetGameFunctionTypeGameFunctionType_hotfix != null)
     {
         this.m_SetGameFunctionTypeGameFunctionType_hotfix.call(new object[]
         {
             this,
             gameFunctionType
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     this.m_gameFunctionType        = gameFunctionType;
 }
예제 #4
0
 // Token: 0x06004801 RID: 18433 RVA: 0x001641A8 File Offset: 0x001623A8
 public virtual void AddHeadFrame(int headFrameId, GameFunctionType causeId = GameFunctionType.GameFunctionType_None, string location = null)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_AddHeadFrameInt32GameFunctionTypeString_hotfix != null)
     {
         this.m_AddHeadFrameInt32GameFunctionTypeString_hotfix.call(new object[]
         {
             this,
             headFrameId,
             causeId,
             location
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     this.m_resourceDS.AddHeadFrame(headFrameId);
 }
예제 #5
0
 // Token: 0x06004803 RID: 18435 RVA: 0x001642F4 File Offset: 0x001624F4
 public virtual void AddSoldierSkin(int soldierSkinId, GameFunctionType causeId = GameFunctionType.GameFunctionType_None, string location = null)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_AddSoldierSkinInt32GameFunctionTypeString_hotfix != null)
     {
         this.m_AddSoldierSkinInt32GameFunctionTypeString_hotfix.call(new object[]
         {
             this,
             soldierSkinId,
             causeId,
             location
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     if (this.HasOwn(GoodsType.GoodsType_SoldierSkin, soldierSkinId))
     {
         return;
     }
     this.m_resourceDS.AddSoldierSkin(soldierSkinId);
 }
예제 #6
0
        // Token: 0x06007734 RID: 30516 RVA: 0x002090A0 File Offset: 0x002072A0
        public void AutoMatchTeamRoom(GameFunctionType gameFunctionTypeId, int locationId, TeamRoom room)
        {
            if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_AutoMatchTeamRoomGameFunctionTypeInt32TeamRoom_hotfix != null)
            {
                this.m_AutoMatchTeamRoomGameFunctionTypeInt32TeamRoom_hotfix.call(new object[]
                {
                    this,
                    gameFunctionTypeId,
                    locationId,
                    room
                });
                return;
            }
            BJLuaObjHelper.IsSkipLuaHotfix = false;
            int roomId = 0;

            if (room != null)
            {
                this.Room = room;
                roomId    = room.RoomId;
            }
            base.AutoMatchTeamRoom(roomId, gameFunctionTypeId, locationId);
        }
예제 #7
0
 // Token: 0x06007776 RID: 30582 RVA: 0x00209C90 File Offset: 0x00207E90
 public void __callBase_JoinTeamRoom(int roomId, GameFunctionType gameFunctionTypeId, int locationId)
 {
     this.m_owner.__callBase_JoinTeamRoom(roomId, gameFunctionTypeId, locationId);
 }
예제 #8
0
 // Token: 0x06007773 RID: 30579 RVA: 0x00209C60 File Offset: 0x00207E60
 public int __callBase_CanViewTeamRoom(GameFunctionType gameFunctionTypeId, int chapterId, int locationId)
 {
     return(this.m_owner.__callBase_CanViewTeamRoom(gameFunctionTypeId, chapterId, locationId));
 }
예제 #9
0
 // Token: 0x06007772 RID: 30578 RVA: 0x00209C50 File Offset: 0x00207E50
 public int __callBase_CanAttackTeamGameFunction(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(this.m_owner.__callBase_CanAttackTeamGameFunction(gameFunctionTypeId, locationId));
 }
예제 #10
0
		// Token: 0x0601392A RID: 80170 RVA: 0x004FD680 File Offset: 0x004FB880
		public TeamRoomViewNetTask(GameFunctionType gameFunctionTypeId, int chapterId, int locationId) : base(10f, null, true)
		{
			this.m_gameFunctionTypeId = gameFunctionTypeId;
			this.m_chapterId = chapterId;
			this.m_locationId = locationId;
		}
예제 #11
0
 // Token: 0x0600765E RID: 30302 RVA: 0x00205F50 File Offset: 0x00204150
 private void __callBase_AddSoldierSkin(int soldierSkinId, GameFunctionType causeId, string location)
 {
     base.AddSoldierSkin(soldierSkinId, causeId, location);
 }
예제 #12
0
 // Token: 0x0600774F RID: 30543 RVA: 0x002097F4 File Offset: 0x002079F4
 private void __callBase_JoinTeamRoom(int roomId, GameFunctionType gameFunctionTypeId, int locationId)
 {
     base.JoinTeamRoom(roomId, gameFunctionTypeId, locationId);
 }
예제 #13
0
 // Token: 0x0600778B RID: 30603 RVA: 0x00209DE0 File Offset: 0x00207FE0
 public void __callBase_DeductTeamPveBattleEnergy(GameFunctionType gameFunctionTypeId, int locationId)
 {
     this.m_owner.__callBase_DeductTeamPveBattleEnergy(gameFunctionTypeId, locationId);
 }
예제 #14
0
 // Token: 0x0600774C RID: 30540 RVA: 0x002097D0 File Offset: 0x002079D0
 private int __callBase_CanViewTeamRoom(GameFunctionType gameFunctionTypeId, int chapterId, int locationId)
 {
     return(base.CanViewTeamRoom(gameFunctionTypeId, chapterId, locationId));
 }
예제 #15
0
 // Token: 0x0600774E RID: 30542 RVA: 0x002097E8 File Offset: 0x002079E8
 private void __callBase_AutoMatchTeamRoom(int roomId, GameFunctionType gameFunctionTypeId, int locationId)
 {
     base.AutoMatchTeamRoom(roomId, gameFunctionTypeId, locationId);
 }
예제 #16
0
 // Token: 0x0600774B RID: 30539 RVA: 0x002097C4 File Offset: 0x002079C4
 private int __callBase_CanAttackTeamGameFunction(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(base.CanAttackTeamGameFunction(gameFunctionTypeId, locationId));
 }
예제 #17
0
 // Token: 0x0600774A RID: 30538 RVA: 0x002097B8 File Offset: 0x002079B8
 private void __callBase_CreateTeam(int roomId, GameFunctionType gameFunctionTypeId, int locationId)
 {
     base.CreateTeam(roomId, gameFunctionTypeId, locationId);
 }
예제 #18
0
 // Token: 0x06007748 RID: 30536 RVA: 0x002097A0 File Offset: 0x002079A0
 private int __callBase_IsLevelUnlocked(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(base.IsLevelUnlocked(gameFunctionTypeId, locationId));
 }
예제 #19
0
 // Token: 0x06007777 RID: 30583 RVA: 0x00209CA0 File Offset: 0x00207EA0
 public void __callBase_GetTeamRoomInfo(out GameFunctionType typeId, out int locationId)
 {
     this.m_owner.__callBase_GetTeamRoomInfo(out typeId, out locationId);
 }
예제 #20
0
 // Token: 0x06007750 RID: 30544 RVA: 0x00209800 File Offset: 0x00207A00
 private void __callBase_GetTeamRoomInfo(out GameFunctionType typeId, out int locationId)
 {
     base.GetTeamRoomInfo(out typeId, out locationId);
 }
예제 #21
0
 // Token: 0x0600777F RID: 30591 RVA: 0x00209D20 File Offset: 0x00207F20
 public int __callBase_CanJoinTeamRoom(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(this.m_owner.__callBase_CanJoinTeamRoom(gameFunctionTypeId, locationId));
 }
예제 #22
0
 // Token: 0x06013931 RID: 80177 RVA: 0x004FD780 File Offset: 0x004FB980
 public TeamRoomAutoMatchNetTaskNetTask(GameFunctionType gameFunctionTypeId, int locationId) : base(10f, null, true)
 {
     this.m_gameFunctionTypeId = gameFunctionTypeId;
     this.m_locationId         = locationId;
 }
예제 #23
0
 // Token: 0x06007674 RID: 30324 RVA: 0x00206250 File Offset: 0x00204450
 public void __callBase_AddHeroSkin(int heroSkinId, GameFunctionType causeId, string location)
 {
     this.m_owner.__callBase_AddHeroSkin(heroSkinId, causeId, location);
 }
예제 #24
0
 // Token: 0x0600765D RID: 30301 RVA: 0x00205F44 File Offset: 0x00204144
 private void __callBase_AddHeroSkin(int heroSkinId, GameFunctionType causeId, string location)
 {
     base.AddHeroSkin(heroSkinId, causeId, location);
 }
예제 #25
0
 // Token: 0x06007673 RID: 30323 RVA: 0x00206240 File Offset: 0x00204440
 public void __callBase_AddHeadFrame(int headFrameId, GameFunctionType causeId, string location)
 {
     this.m_owner.__callBase_AddHeadFrame(headFrameId, causeId, location);
 }
예제 #26
0
 // Token: 0x0600776F RID: 30575 RVA: 0x00209C20 File Offset: 0x00207E20
 public int __callBase_IsLevelUnlocked(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(this.m_owner.__callBase_IsLevelUnlocked(gameFunctionTypeId, locationId));
 }
예제 #27
0
 // Token: 0x06007758 RID: 30552 RVA: 0x00209848 File Offset: 0x00207A48
 private int __callBase_CanJoinTeamRoom(GameFunctionType gameFunctionTypeId, int locationId)
 {
     return(base.CanJoinTeamRoom(gameFunctionTypeId, locationId));
 }
예제 #28
0
 // Token: 0x06007675 RID: 30325 RVA: 0x00206260 File Offset: 0x00204460
 public void __callBase_AddSoldierSkin(int soldierSkinId, GameFunctionType causeId, string location)
 {
     this.m_owner.__callBase_AddSoldierSkin(soldierSkinId, causeId, location);
 }
예제 #29
0
 // Token: 0x06007764 RID: 30564 RVA: 0x002098BC File Offset: 0x00207ABC
 private void __callBase_DeductTeamPveBattleEnergy(GameFunctionType gameFunctionTypeId, int locationId)
 {
     base.DeductTeamPveBattleEnergy(gameFunctionTypeId, locationId);
 }
예제 #30
0
 // Token: 0x0600765C RID: 30300 RVA: 0x00205F38 File Offset: 0x00204138
 private void __callBase_AddHeadFrame(int headFrameId, GameFunctionType causeId, string location)
 {
     base.AddHeadFrame(headFrameId, causeId, location);
 }