Cyrus Mod Loader
Loading...
Searching...
No Matches
CoreObjectInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4#include <Cyrus/Classes/RequirementList.h>
5#include <Cyrus/Enums/CoreObjectInfo__LoadingType.h>
6
8public:
9 unsigned __int64 getTemplateID.full() { // Property Generated Getter
10 return *reinterpret_cast<unsigned __int64*>(reinterpret_cast<uintptr_t>(this) + 0x48);
11 }
12
13 void setTemplateID.full(unsigned __int64 val) { // Property Generated Setter
14 *reinterpret_cast<unsigned __int64*>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
15 }
16
17 unsigned int getNObjectID() { // Property Generated Getter
18 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50);
19 }
20
21 void setNObjectID(unsigned int val) { // Property Generated Setter
22 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
23 }
24
25 Vector3D getLocation() { // Property Generated Getter
26 return *reinterpret_cast<Vector3D*>(reinterpret_cast<uintptr_t>(this) + 0x54);
27 }
28
29 void setLocation(Vector3D val) { // Property Generated Setter
30 *reinterpret_cast<Vector3D*>(reinterpret_cast<uintptr_t>(this) + 0x54) = val;
31 }
32
33 Vector3D getOrientation() { // Property Generated Getter
34 return *reinterpret_cast<Vector3D*>(reinterpret_cast<uintptr_t>(this) + 0x60);
35 }
36
37 void setOrientation(Vector3D val) { // Property Generated Setter
38 *reinterpret_cast<Vector3D*>(reinterpret_cast<uintptr_t>(this) + 0x60) = val;
39 }
40
41 float getFScale() { // Property Generated Getter
42 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x6C);
43 }
44
45 void setFScale(float val) { // Property Generated Setter
46 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x6C) = val;
47 }
48
49 std::string getZoneTag() { // Property Generated Getter
50 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x98);
51 }
52
53 void setZoneTag(std::string val) { // Property Generated Setter
54 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x98) = val;
55 }
56
57 std::string getStartState() { // Property Generated Getter
58 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0xB8);
59 }
60
61 void setStartState(std::string val) { // Property Generated Setter
62 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0xB8) = val;
63 }
64
65 std::string getOverrideName() { // Property Generated Getter
66 return *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x78);
67 }
68
69 void setOverrideName(std::string val) { // Property Generated Setter
70 *reinterpret_cast<std::string*>(reinterpret_cast<uintptr_t>(this) + 0x78) = val;
71 }
72
73 bool getGlobalDynamic() { // Property Generated Getter
74 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x74);
75 }
76
77 void setGlobalDynamic(bool val) { // Property Generated Setter
78 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x74) = val;
79 }
80
81 bool getBUndetectable() { // Property Generated Getter
82 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xD8);
83 }
84
85 void setBUndetectable(bool val) { // Property Generated Setter
86 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0xD8) = val;
87 }
88
89 SharedPointer<RequirementList> * getSpawnRequirements() { // Property Generated Getter
90 return reinterpret_cast<SharedPointer<RequirementList> *>(reinterpret_cast<uintptr_t>(this) + 0xE0);
91 }
92
93 void setSpawnRequirements(SharedPointer<RequirementList> * val) { // Property Generated Setter
94 *reinterpret_cast<SharedPointer<RequirementList> **>(reinterpret_cast<uintptr_t>(this) + 0xE0) = val;
95 }
96
97 CoreObjectInfo__LoadingType getLoadingType() { // Property Generated Getter
98 return *reinterpret_cast<CoreObjectInfo__LoadingType*>(reinterpret_cast<uintptr_t>(this) + 0x70);
99 }
100
101 void setLoadingType(CoreObjectInfo__LoadingType val) { // Property Generated Setter
102 *reinterpret_cast<CoreObjectInfo__LoadingType*>(reinterpret_cast<uintptr_t>(this) + 0x70) = val;
103 }
104
105};
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
Definition shared.h:12