2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/HouseTransferResult.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return reinterpret_cast<List<SharedPointer<HouseTransferResult>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<List<SharedPointer<HouseTransferResult>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
17 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
21 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
Definition HouseTransferResultList.h:6
void setHouseTransferResultList(List< SharedPointer< HouseTransferResult > > *val)
Definition HouseTransferResultList.h:12
void setCharacterGID(gid val)
Definition HouseTransferResultList.h:20
gid getCharacterGID()
Definition HouseTransferResultList.h:16
List< SharedPointer< HouseTransferResult > > * getHouseTransferResultList()
Definition HouseTransferResultList.h:8
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86