Weapon.SetNextPrimaryFire
From GMod Wiki
Function | |
Syntax | Weapon:SetNextPrimaryFire( Float timestamp ) |
Description: | |
This function sets when the weapon can fire next. Timestamp should be based off of CurTime(). | |
Returns: | nil |
In Object: | Weapon |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Weapon.SetNextPrimaryFire]Weapon.SetNextPrimaryFire [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional info
- Only for use on scripted weapons.