2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
8 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78);
12 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x78) = val;
16 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x79);
20 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x79) = val;
24 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C);
28 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x7C) = val;
32 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80);
36 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x80) = val;
40 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84);
44 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x84) = val;
48 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88);
52 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x88) = val;
56 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90);
60 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x90) = val;
64 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94);
68 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x94) = val;
Definition MoveBehavior__Controller.h:5
void setFAccelerationModifier(float val)
Definition MoveBehavior__Controller.h:59
float getFBackModifier()
Definition MoveBehavior__Controller.h:31
void setFForwardModifier(float val)
Definition MoveBehavior__Controller.h:27
float getFForwardModifier()
Definition MoveBehavior__Controller.h:23
bool getBVehicleMode()
Definition MoveBehavior__Controller.h:15
bool getBCollisionDisabled()
Definition MoveBehavior__Controller.h:7
float getFStrafeModifier()
Definition MoveBehavior__Controller.h:39
void setFBackModifier(float val)
Definition MoveBehavior__Controller.h:35
void setBVehicleMode(bool val)
Definition MoveBehavior__Controller.h:19
void setFStrafeModifier(float val)
Definition MoveBehavior__Controller.h:43
float getFAccelerationModifier()
Definition MoveBehavior__Controller.h:55
void setFTurnModifier(float val)
Definition MoveBehavior__Controller.h:51
float getFDecelerationModifier()
Definition MoveBehavior__Controller.h:63
void setBCollisionDisabled(bool val)
Definition MoveBehavior__Controller.h:11
float getFTurnModifier()
Definition MoveBehavior__Controller.h:47
void setFDecelerationModifier(float val)
Definition MoveBehavior__Controller.h:67
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86