mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
clip size vehicles cheat command
This commit is contained in:
@@ -16,4 +16,18 @@ public:
|
||||
static auto TeamIndexOffset = GetOffset("TeamIndex");
|
||||
return Get<uint8>(TeamIndexOffset);
|
||||
}
|
||||
|
||||
FString GetPlayerName()
|
||||
{
|
||||
static auto GetPlayerNameFn = FindObject<UFunction>("/Script/Engine.PlayerState.GetPlayerName");
|
||||
FString PlayerName;
|
||||
this->ProcessEvent(GetPlayerNameFn, &PlayerName);
|
||||
return PlayerName;
|
||||
}
|
||||
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortPlayerStateAthena");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user