mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fishinggggg + uh everything kinda broke last commit i fixed it all dw
This commit is contained in:
@@ -8,11 +8,11 @@ AFortPickup* AFortAthenaSupplyDrop::SpawnPickupHook(UObject* Context, FFrame& St
|
||||
FVector Position; // (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
FVector Direction; // (Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
|
||||
Stack.Step(Stack.Object, &ItemDefinition);
|
||||
Stack.Step(Stack.Object, &NumberToSpawn);
|
||||
Stack.Step(Stack.Object, &TriggeringPawn);
|
||||
Stack.Step(Stack.Object, &Position);
|
||||
Stack.Step(Stack.Object, &Direction);
|
||||
Stack.StepCompiledIn(&ItemDefinition);
|
||||
Stack.StepCompiledIn(&NumberToSpawn);
|
||||
Stack.StepCompiledIn(&TriggeringPawn);
|
||||
Stack.StepCompiledIn(&Position);
|
||||
Stack.StepCompiledIn(&Direction);
|
||||
|
||||
SpawnPickupOriginal(Context, Stack, Ret);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user