Garry's Mod Wiki

Garry's Mod Wiki

  boolean WEAPON:CanSecondaryAttack()

Description

Helper function for checking for no ammo.

Returns

1 boolean
Can use secondary attack

Example

As defined in weapon_base

function SWEP:CanSecondaryAttack() if ( self:Clip2() <= 0 ) then self:EmitSound( "Weapon_Pistol.Empty" ) self:SetNextSecondaryFire( CurTime() + 0.2 ) return false end return true end

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...