mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Add Respawn 14 >
This commit is contained in:
@@ -30,6 +30,18 @@ struct FFortRespawnData
|
||||
static auto bServerIsReadyOffset = FindOffsetStruct("/Script/FortniteGame.FortRespawnData", "bServerIsReady");
|
||||
return *(bool*)(__int64(this) + bServerIsReadyOffset);
|
||||
}
|
||||
|
||||
FVector& GetRespawnLocation()
|
||||
{
|
||||
static auto RespawnLocationOffset = FindOffsetStruct("/Script/FortniteGame.FortRespawnData", "RespawnLocation");
|
||||
return *(FVector*)(__int64(this) + RespawnLocationOffset);
|
||||
}
|
||||
|
||||
FRotator& GetRespawnRotation()
|
||||
{
|
||||
static auto RespawnRotationOffset = FindOffsetStruct("/Script/FortniteGame.FortRespawnData", "RespawnRotation");
|
||||
return *(FRotator*)(__int64(this) + RespawnRotationOffset);
|
||||
}
|
||||
};
|
||||
|
||||
struct FDeathInfo
|
||||
|
||||
Reference in New Issue
Block a user