This commit is contained in:
Gray
2024-01-15 12:17:34 -05:00
parent c0c37bf5ba
commit aacd99f4db
2 changed files with 7 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ public:
return ReadBitfieldValue(bIgnoreRespawningForDroppingAsPickupOffset, bIgnoreRespawningForDroppingAsPickupFieldMask);
}
bool ShouldPersistWhenFinalStackEmpty()
bool ShouldPersistWhenFinalStackEmpty() // Used for Batman Grapnel
{
static auto bPersistInInventoryWhenFinalStackEmptyOffset = GetOffset("bPersistInInventoryWhenFinalStackEmpty", false);