2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/PropertyClass.h>
9 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14C1820);
15 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14C17F0);
20 using FunctionPointerType = void (*)(
PhysicsSimMass *self,
float a0);
21 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14BC850);
22 return inner(
this, a0);
27 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14B2EC0);
28 return inner(
this, a0);
Definition PhysicsSimMass.h:5
void SetCenterOfMass(Vector3D a0)
Definition PhysicsSimMass.h:25
void SetMassKilograms(float a0)
Definition PhysicsSimMass.h:19
float GetMassKilograms()
Definition PhysicsSimMass.h:7
Vector3D GetCenterOfMass()
Definition PhysicsSimMass.h:13
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86