added commission tracker to HUD
This commit is contained in:
@@ -42,8 +42,9 @@ private:
|
||||
ANPC* TakeFromPool();
|
||||
void ReturnToPool(ANPC* NPC);
|
||||
ENPCType PickWeightedClass() const;
|
||||
bool FindSpawnPoint(const FVector& Around, FVector& OutLocation) const;
|
||||
bool FindSpawnPoint(const FVector& Around, FVector& OutLocation);
|
||||
TSubclassOf<ANPC> GetRandomNPCClass(TArray<TSubclassOf<ANPC>> InNPCClasses);
|
||||
void CorrectSpawnLocation(FVector& OutVector);
|
||||
|
||||
APawn* GetPlayerPawn() const;
|
||||
UNPCDirectorConfig* GetConfig() const;
|
||||
|
||||
Reference in New Issue
Block a user