2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/BehaviorTemplate.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
13 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
Definition BehaviorTemplate.h:13
Definition HousingTeleporterBehaviorTemplate.h:6
void setIsPetTeleporter(bool val)
Definition HousingTeleporterBehaviorTemplate.h:12
bool getIsPetTeleporter()
Definition HousingTeleporterBehaviorTemplate.h:8