mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
i havehomework to do
fix issue with teams, add loot, fix building bug, added something properly, fix issue with ai, add end event c2 but doesnt really work
This commit is contained in:
@@ -9,6 +9,13 @@ void APlayerController::ServerChangeName(FString& S)
|
||||
this->ProcessEvent(ServerChangeNameFn, &S);
|
||||
}
|
||||
|
||||
void APlayerController::SetPlayerIsWaiting(bool NewValue)
|
||||
{
|
||||
static auto bPlayerIsWaitingOffset = GetOffset("bPlayerIsWaiting");
|
||||
static auto bPlayerIsWaitingFieldMask = GetFieldMask(this->GetProperty("bPlayerIsWaiting"));
|
||||
this->SetBitfieldValue(bPlayerIsWaitingOffset, bPlayerIsWaitingFieldMask, NewValue);
|
||||
}
|
||||
|
||||
UCheatManager*& APlayerController::SpawnCheatManager(UClass* CheatManagerClass)
|
||||
{
|
||||
GetCheatManager() = UGameplayStatics::SpawnObject<UCheatManager>(CheatManagerClass, this, true);
|
||||
|
||||
Reference in New Issue
Block a user