2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
32 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
36 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
40 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
44 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
Definition CastleTourTeleportInfo.h:5
gid getLotInstanceGID()
Definition CastleTourTeleportInfo.h:23
gid getStructureInstanceGID()
Definition CastleTourTeleportInfo.h:31
void setStructureTemplateID(unsigned int val)
Definition CastleTourTeleportInfo.h:19
void setStructureInstanceGID(gid val)
Definition CastleTourTeleportInfo.h:35
void setHouseTemplateID(unsigned int val)
Definition CastleTourTeleportInfo.h:11
unsigned int getHouseTemplateID()
Definition CastleTourTeleportInfo.h:7
unsigned int getStructureTemplateID()
Definition CastleTourTeleportInfo.h:15
gid getOwningCharacterGID()
Definition CastleTourTeleportInfo.h:39
void setLotInstanceGID(gid val)
Definition CastleTourTeleportInfo.h:27
void setOwningCharacterGID(gid val)
Definition CastleTourTeleportInfo.h:43
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86