Garry's Mod Wiki

WEAPON:Ammo2

  number WEAPON:Ammo2()

Description

Returns how much of secondary ammo the player has.

Returns

1 number
The amount of secondary ammo player has

Example

As defined in weapon_base

function SWEP:Ammo2() return self:GetOwner():GetAmmoCount( self.Weapon:GetSecondaryAmmoType() ) end