mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
Add Respawn 14 >
This commit is contained in:
@@ -94,6 +94,14 @@ void AFortPawn::SetShield(float NewShield)
|
||||
this->ProcessEvent(SetShieldFn, &NewShield);
|
||||
}
|
||||
|
||||
void AFortPawn::SetMaxShield(float NewShieldVal)
|
||||
{
|
||||
static auto SetMaxShieldFn = FindObject<UFunction>("/Script/FortniteGame.FortPawn.SetMaxShield");
|
||||
|
||||
if (SetMaxShieldFn)
|
||||
this->ProcessEvent(SetMaxShieldFn, &NewShieldVal);
|
||||
}
|
||||
|
||||
void AFortPawn::NetMulticast_Athena_BatchedDamageCuesHook(UObject* Context, FFrame* Stack, void* Ret)
|
||||
{
|
||||
auto Pawn = (AFortPawn*)Context;
|
||||
|
||||
Reference in New Issue
Block a user