mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a lot
fix 7.20, >2.5 emoting, fix removing item bug on >2.5, fix equipping being buggy on >2.5, added ammo depletion to 1.11+
This commit is contained in:
@@ -23,6 +23,12 @@ public:
|
||||
return Get<FGuid>(ItemEntryGuidOffset);
|
||||
}
|
||||
|
||||
int& GetAmmoCount()
|
||||
{
|
||||
static auto AmmoCountOffset = GetOffset("AmmoCount");
|
||||
return Get<int>(AmmoCountOffset);
|
||||
}
|
||||
|
||||
static void OnPlayImpactFXHook(AFortWeapon* Weapon, __int64 HitResult, uint8_t ImpactPhysicalSurface, UObject* SpawnedPSC);
|
||||
static void ServerReleaseWeaponAbilityHook(UObject* Context, FFrame* Stack, void* Ret);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user