Cyrus Mod Loader
Loading...
Searching...
No Matches
ArenaMatchInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/DuelModifierTemplate.h>
4#include <Cyrus/Classes/MatchTeam.h>
5#include <Cyrus/Classes/PropertyClass.h>
6
8public:
9 gid getMatchID() { // Property Generated Getter
10 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x48);
11 }
12
13 void setMatchID(gid val) { // Property Generated Setter
14 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
15 }
16
17 unsigned int getMatchNameID() { // Property Generated Getter
18 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50);
19 }
20
21 void setMatchNameID(unsigned int val) { // Property Generated Setter
22 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
23 }
24
25 List<SharedPointer<MatchTeam>> * getTeams() { // Property Generated Getter
26 return reinterpret_cast<List<SharedPointer<MatchTeam>> *>(reinterpret_cast<uintptr_t>(this) + 0x60);
27 }
28
29 void setTeams(List<SharedPointer<MatchTeam>> * val) { // Property Generated Setter
30 *reinterpret_cast<List<SharedPointer<MatchTeam>> **>(reinterpret_cast<uintptr_t>(this) + 0x60) = val;
31 }
32
33 std::string getMatchName() { // Property Generated Getter
34 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x70);
35 }
36
37 void setMatchName(std::string val) { // Property Generated Setter
38 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x70) = val;
39 }
40
41 std::string getMatchTitle() { // Property Generated Getter
42 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x90);
43 }
44
45 void setMatchTitle(std::string val) { // Property Generated Setter
46 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x90) = val;
47 }
48
49 gid getMatchZoneID() { // Property Generated Getter
50 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xB0);
51 }
52
53 void setMatchZoneID(gid val) { // Property Generated Setter
54 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xB0) = val;
55 }
56
57 gid getCreatorID() { // Property Generated Getter
58 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x58);
59 }
60
61 void setCreatorID(gid val) { // Property Generated Setter
62 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x58) = val;
63 }
64
65 std::string getMatchZone() { // Property Generated Getter
66 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0xB8);
67 }
68
69 void setMatchZone(std::string val) { // Property Generated Setter
70 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0xB8) = val;
71 }
72
73 int getStartTime() { // Property Generated Getter
74 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xD8);
75 }
76
77 void setStartTime(int val) { // Property Generated Setter
78 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xD8) = val;
79 }
80
81 int getStatus() { // Property Generated Getter
82 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xDC);
83 }
84
85 void setStatus(int val) { // Property Generated Setter
86 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xDC) = val;
87 }
88
89 bool getFriendsOnly() { // Property Generated Getter
90 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xEC);
91 }
92
93 void setFriendsOnly(bool val) { // Property Generated Setter
94 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xEC) = val;
95 }
96
97 unsigned int getTournamentNameID() { // Property Generated Getter
98 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE0);
99 }
100
101 void setTournamentNameID(unsigned int val) { // Property Generated Setter
102 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE0) = val;
103 }
104
105 unsigned int getLeagueID() { // Property Generated Getter
106 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE4);
107 }
108
109 void setLeagueID(unsigned int val) { // Property Generated Setter
110 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE4) = val;
111 }
112
113 unsigned int getSeasonID() { // Property Generated Getter
114 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE8);
115 }
116
117 void setSeasonID(unsigned int val) { // Property Generated Setter
118 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xE8) = val;
119 }
120
121 bool getBUpdateLadder() { // Property Generated Getter
122 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xF8);
123 }
124
125 void setBUpdateLadder(bool val) { // Property Generated Setter
126 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xF8) = val;
127 }
128
129 unsigned int getMaxPointsPerMatch() { // Property Generated Getter
130 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xF0);
131 }
132
133 void setMaxPointsPerMatch(unsigned int val) { // Property Generated Setter
134 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xF0) = val;
135 }
136
137 float getEstimatedWeight() { // Property Generated Getter
138 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0xF4);
139 }
140
141 void setEstimatedWeight(float val) { // Property Generated Setter
142 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0xF4) = val;
143 }
144
145 int getMaxELOError() { // Property Generated Getter
146 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xFC);
147 }
148
149 void setMaxELOError(int val) { // Property Generated Setter
150 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0xFC) = val;
151 }
152
153 std::string getUniqueMatchID() { // Property Generated Getter
154 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x108);
155 }
156
157 void setUniqueMatchID(std::string val) { // Property Generated Setter
158 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x108) = val;
159 }
160
161 List<SharedPointer<DuelModifierTemplate>> * getPvpDuelModifiersTemplates() { // Property Generated Getter
162 return reinterpret_cast<List<SharedPointer<DuelModifierTemplate>> *>(reinterpret_cast<uintptr_t>(this) + 0x128);
163 }
164
165 void setPvpDuelModifiersTemplates(List<SharedPointer<DuelModifierTemplate>> * val) { // Property Generated Setter
166 *reinterpret_cast<List<SharedPointer<DuelModifierTemplate>> **>(reinterpret_cast<uintptr_t>(this) + 0x128) = val;
167 }
168
169 unsigned int getTeamSize() { // Property Generated Getter
170 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x100);
171 }
172
173 void setTeamSize(unsigned int val) { // Property Generated Setter
174 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x100) = val;
175 }
176
177};
Definition ArenaMatchInfo.h:7
std::string getMatchTitle()
Definition ArenaMatchInfo.h:41
List< SharedPointer< DuelModifierTemplate > > * getPvpDuelModifiersTemplates()
Definition ArenaMatchInfo.h:161
float getEstimatedWeight()
Definition ArenaMatchInfo.h:137
void setStartTime(int val)
Definition ArenaMatchInfo.h:77
unsigned int getMatchNameID()
Definition ArenaMatchInfo.h:17
void setMaxPointsPerMatch(unsigned int val)
Definition ArenaMatchInfo.h:133
void setMatchZone(std::string val)
Definition ArenaMatchInfo.h:69
gid getMatchZoneID()
Definition ArenaMatchInfo.h:49
std::string getUniqueMatchID()
Definition ArenaMatchInfo.h:153
unsigned int getTeamSize()
Definition ArenaMatchInfo.h:169
unsigned int getSeasonID()
Definition ArenaMatchInfo.h:113
void setTeamSize(unsigned int val)
Definition ArenaMatchInfo.h:173
std::string getMatchName()
Definition ArenaMatchInfo.h:33
void setBUpdateLadder(bool val)
Definition ArenaMatchInfo.h:125
void setMaxELOError(int val)
Definition ArenaMatchInfo.h:149
void setSeasonID(unsigned int val)
Definition ArenaMatchInfo.h:117
void setMatchID(gid val)
Definition ArenaMatchInfo.h:13
std::string getMatchZone()
Definition ArenaMatchInfo.h:65
void setFriendsOnly(bool val)
Definition ArenaMatchInfo.h:93
void setMatchNameID(unsigned int val)
Definition ArenaMatchInfo.h:21
unsigned int getLeagueID()
Definition ArenaMatchInfo.h:105
List< SharedPointer< MatchTeam > > * getTeams()
Definition ArenaMatchInfo.h:25
void setEstimatedWeight(float val)
Definition ArenaMatchInfo.h:141
void setMatchName(std::string val)
Definition ArenaMatchInfo.h:37
void setTeams(List< SharedPointer< MatchTeam > > *val)
Definition ArenaMatchInfo.h:29
int getStatus()
Definition ArenaMatchInfo.h:81
int getStartTime()
Definition ArenaMatchInfo.h:73
unsigned int getMaxPointsPerMatch()
Definition ArenaMatchInfo.h:129
int getMaxELOError()
Definition ArenaMatchInfo.h:145
void setLeagueID(unsigned int val)
Definition ArenaMatchInfo.h:109
gid getMatchID()
Definition ArenaMatchInfo.h:9
void setStatus(int val)
Definition ArenaMatchInfo.h:85
gid getCreatorID()
Definition ArenaMatchInfo.h:57
void setMatchZoneID(gid val)
Definition ArenaMatchInfo.h:53
void setCreatorID(gid val)
Definition ArenaMatchInfo.h:61
bool getFriendsOnly()
Definition ArenaMatchInfo.h:89
void setUniqueMatchID(std::string val)
Definition ArenaMatchInfo.h:157
void setMatchTitle(std::string val)
Definition ArenaMatchInfo.h:45
void setPvpDuelModifiersTemplates(List< SharedPointer< DuelModifierTemplate > > *val)
Definition ArenaMatchInfo.h:165
unsigned int getTournamentNameID()
Definition ArenaMatchInfo.h:97
void setTournamentNameID(unsigned int val)
Definition ArenaMatchInfo.h:101
bool getBUpdateLadder()
Definition ArenaMatchInfo.h:121
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86