mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 11:09:17 +01:00
a medium amount
fix some playlist starter loot, cleanup some code, fix death bugs on 1.8 and 1.7.2, fix reloading not taking items on 1.8 and 1.7.2, fix looting on s9, fix some s15 & s16 builds, fix bug with higher version looting
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Array.h"
|
||||
#include "Actor.h"
|
||||
#include "LatentActionManager.h"
|
||||
#include "EngineTypes.h"
|
||||
|
||||
class UGameplayStatics : public UObject
|
||||
{
|
||||
@@ -22,6 +23,8 @@ public:
|
||||
|
||||
// static void OpenLevel(UObject* WorldContextObject, FName LevelName, bool bAbsolute, const FString& Options);
|
||||
static void RemovePlayer(class APlayerController* Player, bool bDestroyPawn);
|
||||
static AActor* FinishSpawningActor(AActor* Actor, const FTransform& SpawnTransform);
|
||||
static AActor* BeginDeferredActorSpawnFromClass(const UObject* WorldContextObject, UClass* ActorClass, const FTransform& SpawnTransform, ESpawnActorCollisionHandlingMethod CollisionHandlingOverride = ESpawnActorCollisionHandlingMethod::Undefined, AActor* Owner = nullptr);
|
||||
static void LoadStreamLevel(UObject* WorldContextObject, FName LevelName, bool bMakeVisibleAfterLoad, bool bShouldBlockOnLoad, const FLatentActionInfo& LatentInfo);
|
||||
static void UnloadStreamLevel(UObject* WorldContextObject, FName LevelName, const FLatentActionInfo& LatentInfo, bool bShouldBlockOnUnload);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user