Cyrus Mod Loader
Loading...
Searching...
No Matches
AdventurePartyEntryInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4
6public:
7 gid getCharacterGID() { // Property Generated Getter
8 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x48);
9 }
10
11 void setCharacterGID(gid val) { // Property Generated Setter
12 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
13 }
14
15 unsigned int getLastLoginTime() { // Property Generated Getter
16 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50);
17 }
18
19 void setLastLoginTime(unsigned int val) { // Property Generated Setter
20 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
21 }
22
23 unsigned int getPartyJoinTime() { // Property Generated Getter
24 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x54);
25 }
26
27 void setPartyJoinTime(unsigned int val) { // Property Generated Setter
28 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x54) = val;
29 }
30
31 std::string getPackedName() { // Property Generated Getter
32 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x58);
33 }
34
35 void setPackedName(std::string val) { // Property Generated Setter
36 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x58) = val;
37 }
38
39 unsigned int getLevel() { // Property Generated Getter
40 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x78);
41 }
42
43 void setLevel(unsigned int val) { // Property Generated Setter
44 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x78) = val;
45 }
46
47 unsigned int getSchool() { // Property Generated Getter
48 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x7C);
49 }
50
51 void setSchool(unsigned int val) { // Property Generated Setter
52 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x7C) = val;
53 }
54
55 unsigned int getPreviousLoginTime() { // Property Generated Getter
56 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x80);
57 }
58
59 void setPreviousLoginTime(unsigned int val) { // Property Generated Setter
60 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x80) = val;
61 }
62
63 std::string getZonePath() { // Property Generated Getter
64 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x88);
65 }
66
67 void setZonePath(std::string val) { // Property Generated Setter
68 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x88) = val;
69 }
70
71 unsigned char getFlags() { // Property Generated Getter
72 return *reinterpret_cast<unsigned char*>(reinterpret_cast<uintptr_t>(this) + 0xA8);
73 }
74
75 void setFlags(unsigned char val) { // Property Generated Setter
76 *reinterpret_cast<unsigned char*>(reinterpret_cast<uintptr_t>(this) + 0xA8) = val;
77 }
78
79 unsigned int getProvisionalTime() { // Property Generated Getter
80 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xAC);
81 }
82
83 void setProvisionalTime(unsigned int val) { // Property Generated Setter
84 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xAC) = val;
85 }
86
87 unsigned int getPermissions() { // Property Generated Getter
88 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xB0);
89 }
90
91 void setPermissions(unsigned int val) { // Property Generated Setter
92 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0xB0) = val;
93 }
94
95 gid getAccountGID() { // Property Generated Getter
96 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xB8);
97 }
98
99 void setAccountGID(gid val) { // Property Generated Setter
100 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xB8) = val;
101 }
102
103};
Definition AdventurePartyEntryInfo.h:5
void setAccountGID(gid val)
Definition AdventurePartyEntryInfo.h:99
void setPartyJoinTime(unsigned int val)
Definition AdventurePartyEntryInfo.h:27
void setPermissions(unsigned int val)
Definition AdventurePartyEntryInfo.h:91
unsigned int getPartyJoinTime()
Definition AdventurePartyEntryInfo.h:23
unsigned char getFlags()
Definition AdventurePartyEntryInfo.h:71
unsigned int getSchool()
Definition AdventurePartyEntryInfo.h:47
std::string getZonePath()
Definition AdventurePartyEntryInfo.h:63
std::string getPackedName()
Definition AdventurePartyEntryInfo.h:31
unsigned int getPermissions()
Definition AdventurePartyEntryInfo.h:87
unsigned int getPreviousLoginTime()
Definition AdventurePartyEntryInfo.h:55
unsigned int getLastLoginTime()
Definition AdventurePartyEntryInfo.h:15
void setLastLoginTime(unsigned int val)
Definition AdventurePartyEntryInfo.h:19
void setCharacterGID(gid val)
Definition AdventurePartyEntryInfo.h:11
void setZonePath(std::string val)
Definition AdventurePartyEntryInfo.h:67
gid getCharacterGID()
Definition AdventurePartyEntryInfo.h:7
unsigned int getLevel()
Definition AdventurePartyEntryInfo.h:39
void setPackedName(std::string val)
Definition AdventurePartyEntryInfo.h:35
void setSchool(unsigned int val)
Definition AdventurePartyEntryInfo.h:51
unsigned int getProvisionalTime()
Definition AdventurePartyEntryInfo.h:79
void setLevel(unsigned int val)
Definition AdventurePartyEntryInfo.h:43
void setProvisionalTime(unsigned int val)
Definition AdventurePartyEntryInfo.h:83
void setFlags(unsigned char val)
Definition AdventurePartyEntryInfo.h:75
gid getAccountGID()
Definition AdventurePartyEntryInfo.h:95
void setPreviousLoginTime(unsigned int val)
Definition AdventurePartyEntryInfo.h:59
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86