2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/ControlSprite.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/Window.h>
10 return *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x320);
14 *
reinterpret_cast<int*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x320) = val;
18 using FunctionPointerType = void (*)(
StatGlobe *self);
19 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x558C1C);
24 using FunctionPointerType = void (*)(
StatGlobe *self,
bool a0);
25 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD190);
26 return inner(
this, a0);
30 using FunctionPointerType = bool (*)(
StatGlobe *self);
31 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD1A0);
36 using FunctionPointerType = int (*)(
StatGlobe *self);
37 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD110);
42 using FunctionPointerType = void (*)(
StatGlobe *self,
int a0);
43 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD120);
44 return inner(
this, a0);
48 using FunctionPointerType = int (*)(
StatGlobe *self);
49 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD140);
54 using FunctionPointerType = void (*)(
StatGlobe *self,
int a0);
55 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD150);
56 return inner(
this, a0);
60 using FunctionPointerType = void (*)(
StatGlobe *self,
int a0,
int a1);
61 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0xBDD170);
62 return inner(
this, a0, a1);
Definition ControlSprite.h:8
void setAmount(int val)
Definition StatGlobe.h:13
int GetMaxAmount()
Definition StatGlobe.h:47
bool GetTutorialMode()
Definition StatGlobe.h:29
int getAmount()
Definition StatGlobe.h:9
void SetMaxAmount(int a0)
Definition StatGlobe.h:53
void UpdateMeter()
Definition StatGlobe.h:17
int GetCurrentAmount()
Definition StatGlobe.h:35
void SetCurrentAmount(int a0)
Definition StatGlobe.h:41
void SetBothAmounts(int a0, int a1)
Definition StatGlobe.h:59
void SetTutorialMode(bool a0)
Definition StatGlobe.h:23