Cyrus Mod Loader
Loading...
Searching...
No Matches
ControlTileMap__CellInfo.h
1#pragma once
2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
4
6public:
7 int getNTileIndex() { // Property Generated Getter
8 return *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x48);
9 }
10
11 void setNTileIndex(int val) { // Property Generated Setter
12 *reinterpret_cast<int*>(reinterpret_cast<uintptr_t>(this) + 0x48) = val;
13 }
14
15 float getFCurrentFrame() { // Property Generated Getter
16 return *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x4C);
17 }
18
19 void setFCurrentFrame(float val) { // Property Generated Setter
20 *reinterpret_cast<float*>(reinterpret_cast<uintptr_t>(this) + 0x4C) = val;
21 }
22
23 bool getBIsFlippedHorizontal() { // Property Generated Getter
24 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x50);
25 }
26
27 void setBIsFlippedHorizontal(bool val) { // Property Generated Setter
28 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x50) = val;
29 }
30
31 bool getBIsFlippedVertical() { // Property Generated Getter
32 return *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x51);
33 }
34
35 void setBIsFlippedVertical(bool val) { // Property Generated Setter
36 *reinterpret_cast<bool*>(reinterpret_cast<uintptr_t>(this) + 0x51) = val;
37 }
38
39 unsigned int getNRotation() { // Property Generated Getter
40 return *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x54);
41 }
42
43 void setNRotation(unsigned int val) { // Property Generated Setter
44 *reinterpret_cast<unsigned int*>(reinterpret_cast<uintptr_t>(this) + 0x54) = val;
45 }
46
47 int GetTileIndex() { // Function Generated
48 using FunctionPointerType = int (*)(struct ControlTileMap::CellInfo *self);
49 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16AAB00);
50 return inner(this);
51 }
52
53 void SetTileIndex(int a0) { // Function Generated
54 using FunctionPointerType = void (*)(struct ControlTileMap::CellInfo *self, int a0);
55 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16AAB50);
56 return inner(this, a0);
57 }
58
59 float GetCurrentFrame() { // Function Generated
60 using FunctionPointerType = float (*)(struct ControlTileMap::CellInfo *self);
61 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BE590);
62 return inner(this);
63 }
64
65 void SetCurrentFrame(float a0) { // Function Generated
66 using FunctionPointerType = void (*)(struct ControlTileMap::CellInfo *self, float a0);
67 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BFF00);
68 return inner(this, a0);
69 }
70
71 bool GetFlipVertical() { // Function Generated
72 using FunctionPointerType = bool (*)(struct ControlTileMap::CellInfo *self);
73 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BE5A0);
74 return inner(this);
75 }
76
77 void SetFlipVertical(bool a0) { // Function Generated
78 using FunctionPointerType = void (*)(struct ControlTileMap::CellInfo *self, bool a0);
79 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BFF30);
80 return inner(this, a0);
81 }
82
83 bool GetFlipHorizontal() { // Function Generated
84 using FunctionPointerType = bool (*)(struct ControlTileMap::CellInfo *self);
85 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x346EA0);
86 return inner(this);
87 }
88
89 void SetFlipHorizontal(bool a0) { // Function Generated
90 using FunctionPointerType = void (*)(struct ControlTileMap::CellInfo *self, bool a0);
91 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BFF20);
92 return inner(this, a0);
93 }
94
95 unsigned int GetRotation() { // Function Generated
96 using FunctionPointerType = unsigned int (*)(struct ControlTileMap::CellInfo *self);
97 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BE610);
98 return inner(this);
99 }
100
101 void SetRotation(unsigned int a0) { // Function Generated
102 using FunctionPointerType = void (*)(struct ControlTileMap::CellInfo *self, unsigned int a0);
103 FunctionPointerType inner = reinterpret_cast<FunctionPointerType>(__SHARED::base + 0x16BFF50);
104 return inner(this, a0);
105 }
106
107};
Definition ControlTileMap__CellInfo.h:5
bool getBIsFlippedVertical()
Definition ControlTileMap__CellInfo.h:31
void SetFlipVertical(bool a0)
Definition ControlTileMap__CellInfo.h:77
bool GetFlipVertical()
Definition ControlTileMap__CellInfo.h:71
void setNTileIndex(int val)
Definition ControlTileMap__CellInfo.h:11
float getFCurrentFrame()
Definition ControlTileMap__CellInfo.h:15
int GetTileIndex()
Definition ControlTileMap__CellInfo.h:47
int getNTileIndex()
Definition ControlTileMap__CellInfo.h:7
bool GetFlipHorizontal()
Definition ControlTileMap__CellInfo.h:83
void SetRotation(unsigned int a0)
Definition ControlTileMap__CellInfo.h:101
void SetCurrentFrame(float a0)
Definition ControlTileMap__CellInfo.h:65
void setBIsFlippedVertical(bool val)
Definition ControlTileMap__CellInfo.h:35
void setFCurrentFrame(float val)
Definition ControlTileMap__CellInfo.h:19
float GetCurrentFrame()
Definition ControlTileMap__CellInfo.h:59
unsigned int GetRotation()
Definition ControlTileMap__CellInfo.h:95
void setNRotation(unsigned int val)
Definition ControlTileMap__CellInfo.h:43
bool getBIsFlippedHorizontal()
Definition ControlTileMap__CellInfo.h:23
void SetTileIndex(int a0)
Definition ControlTileMap__CellInfo.h:53
void setBIsFlippedHorizontal(bool val)
Definition ControlTileMap__CellInfo.h:27
void SetFlipHorizontal(bool a0)
Definition ControlTileMap__CellInfo.h:89
unsigned int getNRotation()
Definition ControlTileMap__CellInfo.h:39
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86