Weapon:SetNextSecondaryFire(Weapon, number)

shared
Set next time before the player can fire the secondary attack. E.g: `Engines.GetCurrentTime() + 2` for two seconds from now.

Arguments

Examples

Weapon:SetNextSecondaryFire – Set next time before the player can fire the secondary attack. E.g: `Engines.GetCurrentTime() + 2` for two seconds from now.