2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/Material.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0);
13 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF0) = val;
17 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF4);
21 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xF4) = val;
25 using FunctionPointerType = bool (*)(
TileMaterial *self);
26 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x11E75E4);
32 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1673640);
37 using FunctionPointerType = void (*)(
TileMaterial *self,
int a0);
38 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16737F0);
39 return inner(
this, a0);
44 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1673650);
49 using FunctionPointerType = void (*)(
TileMaterial *self,
int a0);
50 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1673800);
51 return inner(
this, a0);
Definition TileMaterial.h:6
void setTilesY(int val)
Definition TileMaterial.h:20
int getTilesY()
Definition TileMaterial.h:16
int GetTilesX()
Definition TileMaterial.h:30
bool CalculateFrames()
Definition TileMaterial.h:24
void setTilesX(int val)
Definition TileMaterial.h:12
void SetTilesX(int a0)
Definition TileMaterial.h:36
int getTilesX()
Definition TileMaterial.h:8
void SetTilesY(int a0)
Definition TileMaterial.h:48
int GetTilesY()
Definition TileMaterial.h:42