2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ArenaMatchInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/PvPMatchJoinQueueRequirements.h>
6#include <Cyrus/Classes/SpellEffectPenalty.h>
11 return reinterpret_cast<SharedPointer<PvPMatchJoinQueueRequirements> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x138);
15 *
reinterpret_cast<SharedPointer<PvPMatchJoinQueueRequirements> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x138) = val;
19 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x148);
23 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x148) = val;
27 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x160);
31 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x160) = val;
35 return *
reinterpret_cast<List<gid>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x150);
39 *
reinterpret_cast<List<gid>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x150) = val;
43 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x164);
47 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x164) = val;
51 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x168);
55 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x168) = val;
59 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x16C);
63 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x16C) = val;
67 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x170);
71 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x170) = val;
75 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x174);
79 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x174) = val;
83 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x178);
87 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x178) = val;
90 Vector<SharedPointer<SpellEffectPenalty>> *
getEffects() {
91 return reinterpret_cast<Vector<SharedPointer<SpellEffectPenalty>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x180);
94 void setEffects(Vector<SharedPointer<SpellEffectPenalty>> * val) {
95 *
reinterpret_cast<Vector<SharedPointer<SpellEffectPenalty>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x180) = val;
99 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x198);
103 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x198) = val;
107 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x19C);
111 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x19C) = val;
115 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x1A0);
119 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x1A0) = val;
Definition ArenaMatchInfo.h:7
Definition PvPMatchInfo.h:8
SharedPointer< PvPMatchJoinQueueRequirements > * getJoinQueueRequirements()
Definition PvPMatchInfo.h:10
Vector< SharedPointer< SpellEffectPenalty > > * getEffects()
Definition PvPMatchInfo.h:90
void setBattlePassLosePoints(int val)
Definition PvPMatchInfo.h:118
void setEffects(Vector< SharedPointer< SpellEffectPenalty > > *val)
Definition PvPMatchInfo.h:94
void setUseHistoricDiego(bool val)
Definition PvPMatchInfo.h:30
void setJoinQueueRequirements(SharedPointer< PvPMatchJoinQueueRequirements > *val)
Definition PvPMatchInfo.h:14
void setBonusTime(int val)
Definition PvPMatchInfo.h:54
void setUpdateBattlePassPoints(bool val)
Definition PvPMatchInfo.h:102
int getRedTime()
Definition PvPMatchInfo.h:74
int getBattlePassLosePoints()
Definition PvPMatchInfo.h:114
int getMinTurnTime()
Definition PvPMatchInfo.h:82
int getBonusTime()
Definition PvPMatchInfo.h:50
int getYellowTime()
Definition PvPMatchInfo.h:66
void setMinTurnTime(int val)
Definition PvPMatchInfo.h:86
void setYellowTime(int val)
Definition PvPMatchInfo.h:70
unsigned int getTimeLimitSec()
Definition PvPMatchInfo.h:18
bool getUseHistoricDiego()
Definition PvPMatchInfo.h:26
void setTimeLimitSec(unsigned int val)
Definition PvPMatchInfo.h:22
void setIgnoredList(List< gid > val)
Definition PvPMatchInfo.h:38
void setBattlePassWinPoints(int val)
Definition PvPMatchInfo.h:110
float getMatchTimer()
Definition PvPMatchInfo.h:42
bool getUpdateBattlePassPoints()
Definition PvPMatchInfo.h:98
void setPassPenalty(int val)
Definition PvPMatchInfo.h:62
int getPassPenalty()
Definition PvPMatchInfo.h:58
void setRedTime(int val)
Definition PvPMatchInfo.h:78
List< gid > getIgnoredList()
Definition PvPMatchInfo.h:34
void setMatchTimer(float val)
Definition PvPMatchInfo.h:46
int getBattlePassWinPoints()
Definition PvPMatchInfo.h:106