2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CoreObjectInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Enums/SpawnObjectInfo__StartNodeType.h>
10 return *
reinterpret_cast<SpawnObjectInfo__StartNodeType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0);
14 *
reinterpret_cast<SpawnObjectInfo__StartNodeType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0) = val;
18 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100);
22 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x100) = val;
26 return *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF8);
30 *
reinterpret_cast<gid*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF8) = val;
34 return *
reinterpret_cast<char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104);
38 *
reinterpret_cast<char*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x104) = val;
Definition CoreObjectInfo.h:7
Definition SpawnObjectInfo.h:7
char getUniqueLoc()
Definition SpawnObjectInfo.h:33
unsigned int getStartNode()
Definition SpawnObjectInfo.h:17
SpawnObjectInfo__StartNodeType getKStartNodeType()
Definition SpawnObjectInfo.h:9
void setUniqueLoc(char val)
Definition SpawnObjectInfo.h:37
void setPathID(gid val)
Definition SpawnObjectInfo.h:29
void setKStartNodeType(SpawnObjectInfo__StartNodeType val)
Definition SpawnObjectInfo.h:13
gid getPathID()
Definition SpawnObjectInfo.h:25
void setStartNode(unsigned int val)
Definition SpawnObjectInfo.h:21