Cyrus Mod Loader
Loading...
Searching...
No Matches
SpawnObjectInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CoreObjectInfo.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Enums/SpawnObjectInfo__StartNodeType.h>
6
8public:
9 SpawnObjectInfo__StartNodeType getKStartNodeType() { // Property Generated Getter
10 return *reinterpret_cast<SpawnObjectInfo__StartNodeType*>(reinterpret_cast<uintptr_t>(this) + 0xF0);
11 }
12
13 void setKStartNodeType(SpawnObjectInfo__StartNodeType val) { // Property Generated Setter
14 *reinterpret_cast<SpawnObjectInfo__StartNodeType*>(reinterpret_cast<uintptr_t>(this) + 0xF0) = val;
15 }
16
17 unsigned int getStartNode() { // Property Generated Getter
18 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x100);
19 }
20
21 void setStartNode(unsigned int val) { // Property Generated Setter
22 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x100) = val;
23 }
24
25 gid getPathID() { // Property Generated Getter
26 return *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xF8);
27 }
28
29 void setPathID(gid val) { // Property Generated Setter
30 *reinterpret_cast<gid*>(reinterpret_cast<uintptr_t>(this) + 0xF8) = val;
31 }
32
33 char getUniqueLoc() { // Property Generated Getter
34 return *reinterpret_cast<char*>(reinterpret_cast<uintptr_t>(this) + 0x104);
35 }
36
37 void setUniqueLoc(char val) { // Property Generated Setter
38 *reinterpret_cast<char*>(reinterpret_cast<uintptr_t>(this) + 0x104) = val;
39 }
40
41};
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