2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/MoveBehavior::Controller.h>
4#include <Cyrus/Classes/MoveController::MoveCommand.h>
5#include <Cyrus/Classes/PropertyClass.h>
10 return *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0);
14 *
reinterpret_cast<bool*
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA0) = val;
18 return reinterpret_cast<SharedPointer<MoveController__MoveCommand> *
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8);
21 void setSpCommand(SharedPointer<MoveController__MoveCommand> * val) {
22 *
reinterpret_cast<SharedPointer<MoveController__MoveCommand> **
>(
reinterpret_cast<uintptr_t
>(
this) + 0xA8) = val;
25 List<SharedPointer<MoveController__MoveCommand>> *
getQueue() {
26 return reinterpret_cast<List<SharedPointer<MoveController__MoveCommand>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8);
29 void setQueue(List<SharedPointer<MoveController__MoveCommand>> * val) {
30 *
reinterpret_cast<List<SharedPointer<MoveController__MoveCommand>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0xB8) = val;
35 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x149A0B0);
40 using FunctionPointerType = MoveController::MoveCommand* (*)(
MoveController *self);
41 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1499560);
47 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x149A0A0);
52 using FunctionPointerType = void (*)(
MoveController *self,
unsigned int a0);
53 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1497820);
54 return inner(
this, a0);
58 using FunctionPointerType = void (*)(
MoveController *self,
bool a0);
59 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14973F0);
60 return inner(
this, a0);
64 using FunctionPointerType = void (*)(
MoveController *self, MoveController::MoveCommand a0);
65 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1497400);
66 return inner(
this, a0);
71 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x14975B0);
77 FunctionPointerType inner =
reinterpret_cast<FunctionPointerType
>(__SHARED::base + 0x1497630);
Definition MoveController.h:7
void setBPaused(bool val)
Definition MoveController.h:13
int MoveCount()
Definition MoveController.h:33
bool IsPaused()
Definition MoveController.h:45
SharedPointer< MoveController__MoveCommand > * getSpCommand()
Definition MoveController.h:17
void PushMoveCommand(MoveController::MoveCommand a0)
Definition MoveController.h:63
List< SharedPointer< MoveController__MoveCommand > > * getQueue()
Definition MoveController.h:25
void SetPaused(bool a0)
Definition MoveController.h:57
void SetPID(unsigned int a0)
Definition MoveController.h:51
void ClearAllMoveCommands()
Definition MoveController.h:69
bool NextMoveCommand()
Definition MoveController.h:75
MoveController::MoveCommand * GetActiveCommand()
Definition MoveController.h:39
void setSpCommand(SharedPointer< MoveController__MoveCommand > *val)
Definition MoveController.h:21
bool getBPaused()
Definition MoveController.h:9
void setQueue(List< SharedPointer< MoveController__MoveCommand > > *val)
Definition MoveController.h:29