2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
20 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
24 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
28 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
32 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
36 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
40 return *
reinterpret_cast<unsigned char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94);
44 *
reinterpret_cast<unsigned char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94) = val;
48 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
52 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
Definition GuildChatInfo.h:5
void setMessageTime(unsigned int val)
Definition GuildChatInfo.h:51
void setMessage(std::string val)
Definition GuildChatInfo.h:27
std::string getPackedName()
Definition GuildChatInfo.h:15
void setSendFilter(unsigned char val)
Definition GuildChatInfo.h:43
void setMessageID(unsigned int val)
Definition GuildChatInfo.h:35
gid getCharacterGID()
Definition GuildChatInfo.h:7
unsigned int getMessageID()
Definition GuildChatInfo.h:31
unsigned char getSendFilter()
Definition GuildChatInfo.h:39
std::string getMessage()
Definition GuildChatInfo.h:23
void setPackedName(std::string val)
Definition GuildChatInfo.h:19
void setCharacterGID(gid val)
Definition GuildChatInfo.h:11
unsigned int getMessageTime()
Definition GuildChatInfo.h:47
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86