2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/MoveController::MoveCommand.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58);
13 *
reinterpret_cast<Vector3D*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x58) = val;
17 return *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64);
21 *
reinterpret_cast<float*
>(
reinterpret_cast<uintptr_t
>(
this) + 0x64) = val;
Definition MoveCommandSpeed.h:6
Vector3D getVTarget()
Definition MoveCommandSpeed.h:8
void setVTarget(Vector3D val)
Definition MoveCommandSpeed.h:12
float getFSpeed()
Definition MoveCommandSpeed.h:16
void setFSpeed(float val)
Definition MoveCommandSpeed.h:20