2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CoreTemplate.h>
4#include <Cyrus/Classes/GoalTemplate.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x208);
14 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x208) = val;
18 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x210);
22 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x210) = val;
26 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x230);
30 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x230) = val;
34 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x209);
38 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x209) = val;
Definition GoalTemplate.h:7
Definition WaypointGoalTemplate.h:7
std::string getProximityTag()
Definition WaypointGoalTemplate.h:25
void setProximityTag(std::string val)
Definition WaypointGoalTemplate.h:29
bool getZoneEntry()
Definition WaypointGoalTemplate.h:9
void setZoneTag(std::string val)
Definition WaypointGoalTemplate.h:21
bool getZoneExit()
Definition WaypointGoalTemplate.h:33
void setZoneEntry(bool val)
Definition WaypointGoalTemplate.h:13
void setZoneExit(bool val)
Definition WaypointGoalTemplate.h:37
std::string getZoneTag()
Definition WaypointGoalTemplate.h:17