GetAmmo - Weapon

Member of: Weapon Script

Gets the ammo used by the weapon

Syntax

Ammo Function GetAmmo() native

Parameters

None.

Return Value

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 ammo has been changed via an OMOD, the only way to get the ammo currently in use is via GetAmmo - InstanceData.

Examples

; Get the ammo for the weapon
Ammo weaponAmmo = weaponProperty.GetAmmo()


See Also