2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/RequirementList.h>
5#include <Cyrus/Enums/CoreObjectInfo__LoadingType.h>
9 unsigned __int64 getTemplateID.full() {
10 return *
reinterpret_cast<unsigned __int64*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 void setTemplateID.full(
unsigned __int64 val) {
14 *
reinterpret_cast<unsigned __int64*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
18 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
22 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
26 return *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
30 *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
34 return *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
38 *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
42 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C);
46 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x6C) = val;
50 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98);
54 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x98) = val;
58 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
62 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
66 return *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
70 *
reinterpret_cast<std::string*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
74 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x74);
78 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x74) = val;
82 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD8);
86 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xD8) = val;
90 return reinterpret_cast<SharedPointer<RequirementList> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0);
94 *
reinterpret_cast<SharedPointer<RequirementList> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0xE0) = val;
98 return *
reinterpret_cast<CoreObjectInfo__LoadingType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
102 *
reinterpret_cast<CoreObjectInfo__LoadingType*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
Definition CoreObjectInfo.h:7
bool getGlobalDynamic()
Definition CoreObjectInfo.h:73
void setStartState(std::string val)
Definition CoreObjectInfo.h:61
void setFScale(float val)
Definition CoreObjectInfo.h:45
void setGlobalDynamic(bool val)
Definition CoreObjectInfo.h:77
unsigned int getNObjectID()
Definition CoreObjectInfo.h:17
void setSpawnRequirements(SharedPointer< RequirementList > *val)
Definition CoreObjectInfo.h:93
void setOverrideName(std::string val)
Definition CoreObjectInfo.h:69
std::string getZoneTag()
Definition CoreObjectInfo.h:49
std::string getOverrideName()
Definition CoreObjectInfo.h:65
void setNObjectID(unsigned int val)
Definition CoreObjectInfo.h:21
bool getBUndetectable()
Definition CoreObjectInfo.h:81
float getFScale()
Definition CoreObjectInfo.h:41
Vector3D getLocation()
Definition CoreObjectInfo.h:25
void setLoadingType(CoreObjectInfo__LoadingType val)
Definition CoreObjectInfo.h:101
std::string getStartState()
Definition CoreObjectInfo.h:57
void setLocation(Vector3D val)
Definition CoreObjectInfo.h:29
void setOrientation(Vector3D val)
Definition CoreObjectInfo.h:37
Vector3D getOrientation()
Definition CoreObjectInfo.h:33
void setBUndetectable(bool val)
Definition CoreObjectInfo.h:85
SharedPointer< RequirementList > * getSpawnRequirements()
Definition CoreObjectInfo.h:89
void setZoneTag(std::string val)
Definition CoreObjectInfo.h:53
CoreObjectInfo__LoadingType getLoadingType()
Definition CoreObjectInfo.h:97
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86