mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
clip size vehicles cheat command
This commit is contained in:
@@ -3,9 +3,16 @@
|
||||
#include <vector>
|
||||
|
||||
#include "Array.h"
|
||||
#include "FortItemDefinition.h"
|
||||
#include "FortWorldItemDefinition.h"
|
||||
#include "SoftObjectPtr.h"
|
||||
|
||||
struct LootDrop
|
||||
{
|
||||
UFortItemDefinition* ItemDefinition;
|
||||
int Count;
|
||||
int LoadedAmmo;
|
||||
};
|
||||
|
||||
struct FFortLootPackageData
|
||||
{
|
||||
public:
|
||||
@@ -86,4 +93,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
std::vector<std::pair<UFortItemDefinition*, int>> PickLootDrops(FName TierGroupName, bool bPrint = false, int recursive = 0);
|
||||
std::vector<LootDrop> PickLootDrops(FName TierGroupName, bool bPrint = false, int recursive = 0);
|
||||
Reference in New Issue
Block a user