GetAmmo - Weapon
Jump to navigation
Jump to search
Member of: Weapon Script
Gets the ammo used by the weapon
Syntax[edit | edit source]
Ammo Function GetAmmo() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The ammo used by the weapon. It is worth noting that this will return the ammo used in the base weapon record. If your weapon's ammo has been changed via an OMOD, the only way to get the ammo currently in use is via GetAmmo - InstanceData.
Examples[edit | edit source]
; Get the ammo for the weapon
Ammo weaponAmmo = weaponProperty.GetAmmo()