i broke the whole project but its fine

complete pickup rewrite, idle pawns
This commit is contained in:
Milxnor
2023-05-07 17:34:24 -04:00
parent 5e92f2e90b
commit 3405177d20
51 changed files with 1439 additions and 338 deletions

View File

@@ -4,6 +4,7 @@
#include "Controller.h"
#include "CheatManager.h"
#include "UnrealString.h"
#include "Rotator.h"
class APlayerController : public AController
@@ -39,6 +40,7 @@ public:
return this->Get<UCheatManager*>(CheatManagerOffset);
}
void ServerChangeName(FString& S);
UCheatManager*& SpawnCheatManager(UClass* CheatManagerClass);
FRotator GetControlRotation();
void Possess(class APawn* Pawn);