2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/Material.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/TextComponent.h>
10 return *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
14 *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
18 return reinterpret_cast<SharedPointer<Material> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50);
22 *
reinterpret_cast<SharedPointer<Material> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x50) = val;
26 return *
reinterpret_cast<Rect<float>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60);
30 *
reinterpret_cast<Rect<float>*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x60) = val;
34 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70);
38 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x70) = val;
42 return *
reinterpret_cast<TextComponent*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
46 *
reinterpret_cast<TextComponent*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
49 int AddText(
int a0,
int a1, std::wstring a2) {
50 using FunctionPointerType = int (*)(
struct ControlTileMap::Tile *self,
int a0,
int a1, std::wstring a2);
51 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BDBF0);
52 return inner(
this, a0, a1, a2);
56 using FunctionPointerType = void (*)(
struct ControlTileMap::Tile *self);
57 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BDD20);
62 using FunctionPointerType = void (*)(
struct ControlTileMap::Tile *self,
Color a0);
63 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFEF0);
64 return inner(
this, a0);
68 using FunctionPointerType =
Color (*)(
struct ControlTileMap::Tile *self);
69 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE580);
74 using FunctionPointerType = void (*)(
struct ControlTileMap::Tile *self, SharedPointer<Material> a0);
75 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFF40);
76 return inner(
this, a0);
80 using FunctionPointerType =
Material* (*)(
struct ControlTileMap::Tile *self);
81 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE5B0);
86 using FunctionPointerType = void (*)(
struct ControlTileMap::Tile *self,
Rect<float> a0);
87 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFFD0);
88 return inner(
this, a0);
92 using FunctionPointerType =
Rect<float> (*)(
struct ControlTileMap::Tile *self);
93 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE780);
98 using FunctionPointerType = void (*)(
struct ControlTileMap::Tile *self,
TextComponent a0);
99 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BFF60);
100 return inner(
this, a0);
104 using FunctionPointerType =
TextComponent (*)(
struct ControlTileMap::Tile *self);
105 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16BE620);
Definition ControlTileMap__Tile.h:7
Rect< float > getUV()
Definition ControlTileMap__Tile.h:25
void SetMaterial(SharedPointer< Material > a0)
Definition ControlTileMap__Tile.h:73
int AddText(int a0, int a1, std::wstring a2)
Definition ControlTileMap__Tile.h:49
Color getColor()
Definition ControlTileMap__Tile.h:9
Color GetColor()
Definition ControlTileMap__Tile.h:67
void ClearText()
Definition ControlTileMap__Tile.h:55
void SetTextComponent(TextComponent a0)
Definition ControlTileMap__Tile.h:97
void SetColor(Color a0)
Definition ControlTileMap__Tile.h:61
Rect< float > GetUV()
Definition ControlTileMap__Tile.h:91
void setUV(Rect< float > val)
Definition ControlTileMap__Tile.h:29
int getNNextTile()
Definition ControlTileMap__Tile.h:33
SharedPointer< Material > * getPMaterial()
Definition ControlTileMap__Tile.h:17
void setTextComponent(TextComponent val)
Definition ControlTileMap__Tile.h:45
void setNNextTile(int val)
Definition ControlTileMap__Tile.h:37
Material * GetMaterial()
Definition ControlTileMap__Tile.h:79
void setPMaterial(SharedPointer< Material > *val)
Definition ControlTileMap__Tile.h:21
void SetUV(Rect< float > a0)
Definition ControlTileMap__Tile.h:85
TextComponent GetTextComponent()
Definition ControlTileMap__Tile.h:103
void setColor(Color val)
Definition ControlTileMap__Tile.h:13
TextComponent getTextComponent()
Definition ControlTileMap__Tile.h:41
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86
Definition TextComponent.h:5