Weapon.GetNextSecondaryFire
From GMod Wiki
Function | |
Syntax | Weapon:GetNextSecondaryFire( ) |
Description: | |
This function gets when the weapon's secondary attack can fire next set by Weapon.SetNextSecondaryFire. | |
Returns: | Float |
In Object: | Weapon |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Weapon.GetNextSecondaryFire]Weapon.GetNextSecondaryFire [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Get the secondary fire delay of active weapon. |
---|---|
Used on | |
Code | LocalPlayer():GetActiveWeapon():GetNextSecondaryFire() |
Output | None |