mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
interact + pickuo
This commit is contained in:
@@ -11,4 +11,11 @@ class UFortItemDefinition : public UObject
|
||||
public:
|
||||
UFortItem* CreateTemporaryItemInstanceBP(int Count, int Level = 1);
|
||||
float GetMaxStackSize();
|
||||
|
||||
bool DoesAllowMultipleStacks()
|
||||
{
|
||||
static auto bAllowMultipleStacksOffset = GetOffset("bAllowMultipleStacks");
|
||||
static auto bAllowMultipleStacksFieldMask = GetFieldMask(GetProperty("bAllowMultipleStacks"));
|
||||
return ReadBitfieldValue(bAllowMultipleStacksOffset, bAllowMultipleStacksFieldMask);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user