2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
12 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
16 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C);
20 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x4C) = val;
24 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
28 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
32 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x51);
36 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x51) = val;
40 return *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54);
44 *
reinterpret_cast<unsigned int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x54) = val;
48 using FunctionPointerType = int (*)(
struct ControlTileMap::CellInfo *self);
49 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16AAB00);
54 using FunctionPointerType = void (*)(
struct ControlTileMap::CellInfo *self,
int a0);
55 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16AAB50);
56 return inner(
this, a0);
60 using FunctionPointerType = float (*)(
struct ControlTileMap::CellInfo *self);
61 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE590);
66 using FunctionPointerType = void (*)(
struct ControlTileMap::CellInfo *self,
float a0);
67 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFF00);
68 return inner(
this, a0);
72 using FunctionPointerType = bool (*)(
struct ControlTileMap::CellInfo *self);
73 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE5A0);
78 using FunctionPointerType = void (*)(
struct ControlTileMap::CellInfo *self,
bool a0);
79 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFF30);
80 return inner(
this, a0);
84 using FunctionPointerType = bool (*)(
struct ControlTileMap::CellInfo *self);
85 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x346EA0);
90 using FunctionPointerType = void (*)(
struct ControlTileMap::CellInfo *self,
bool a0);
91 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFF20);
92 return inner(
this, a0);
96 using FunctionPointerType =
unsigned int (*)(
struct ControlTileMap::CellInfo *self);
97 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE610);
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);
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