2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/Material.h>
4#include <Cyrus/Classes/PropertyClass.h>
5#include <Cyrus/Classes/Window.h>
10 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x248);
14 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x248) = val;
18 return *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x24C);
22 *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x24C) = val;
26 return *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x250);
30 *
reinterpret_cast<Color*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x250) = val;
34 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x254);
38 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x254) = val;
42 return reinterpret_cast<SharedPointer<Material> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x258);
46 *
reinterpret_cast<SharedPointer<Material> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x258) = val;
50 return reinterpret_cast<SharedPointer<Material> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x268);
54 *
reinterpret_cast<SharedPointer<Material> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x268) = val;
58 return reinterpret_cast<SharedPointer<Material> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x278);
62 *
reinterpret_cast<SharedPointer<Material> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x278) = val;
66 return reinterpret_cast<SharedPointer<Material> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0x288);
70 *
reinterpret_cast<SharedPointer<Material> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0x288) = val;
74 using FunctionPointerType = void (*)(
ControlBar *self,
float a0);
75 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x558C1C);
76 return inner(
this, a0);
81 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16319D0);
82 return inner(
this, a0);
87 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16319C0);
88 return inner(
this, a0);
92 using FunctionPointerType = void (*)(
ControlBar *self,
bool a0);
93 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16319E0);
94 return inner(
this, a0);
99 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x162C480);
100 return inner(
this, a0);
104 using FunctionPointerType = void (*)(
ControlBar *self, std::string a0);
105 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x16305B0);
106 return inner(
this, a0);
111 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x162C560);
112 return inner(
this, a0);
117 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x162BF40);
118 return inner(
this, a0);
123 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x162C020);
124 return inner(
this, a0);
Definition ControlBar.h:7
void setPTopLeftMaterial(SharedPointer< Material > *val)
Definition ControlBar.h:53
void SetBaseColor(Color a0)
Definition ControlBar.h:79
void setBDisplayVertical(bool val)
Definition ControlBar.h:37
void setPCenterMaterial(SharedPointer< Material > *val)
Definition ControlBar.h:61
void SetBarColor(Color a0)
Definition ControlBar.h:85
void setPBottomRightMaterial(SharedPointer< Material > *val)
Definition ControlBar.h:69
SharedPointer< Material > * getPTopLeftMaterial()
Definition ControlBar.h:49
SharedPointer< Material > * getPCenterMaterial()
Definition ControlBar.h:57
void SetBarMaterial(Material a0)
Definition ControlBar.h:97
void SetBottomRightMaterial(Material a0)
Definition ControlBar.h:121
Color getBarColor()
Definition ControlBar.h:25
bool getBDisplayVertical()
Definition ControlBar.h:33
SharedPointer< Material > * getPBarMaterial()
Definition ControlBar.h:41
void setFPosition(float val)
Definition ControlBar.h:13
void SetDisplayVertical(bool a0)
Definition ControlBar.h:91
void setBaseColor(Color val)
Definition ControlBar.h:21
void SetPosition(float a0)
Definition ControlBar.h:73
SharedPointer< Material > * getPBottomRightMaterial()
Definition ControlBar.h:65
float getFPosition()
Definition ControlBar.h:9
void SetBarMaterialByName(std::string a0)
Definition ControlBar.h:103
void setBarColor(Color val)
Definition ControlBar.h:29
void setPBarMaterial(SharedPointer< Material > *val)
Definition ControlBar.h:45
void SetTopLeftMaterial(Material a0)
Definition ControlBar.h:109
Color getBaseColor()
Definition ControlBar.h:17
void SetCenterMaterial(Material a0)
Definition ControlBar.h:115
Represents a Wizard101 Window, think anything you see on screen that is not a 3D model.
Definition Window.h:45