SetWeaponFiringRate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} Sets the firing rate to be used when you set the custom weapon to the firing state. ==Syntax== <syntaxhighlight lang="lua">bool setWeaponFiringRate ( weapon theWeap...") |
Cazomino05 (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
{{Client weapon functions}} | {{Client weapon creation functions}} |
Revision as of 10:48, 26 August 2012
Sets the firing rate to be used when you set the custom weapon to the firing state.
Syntax
bool setWeaponFiringRate ( weapon theWeapon, int firingRate )
Required Arguments
- theWeapon: The weapon to modify the firing rate of.
- firingRate: The weapon firing rate.
Returns
Returns true on success, false otherwise.
Requirements
This template will be deleted.
See Also
- createWeapon
- fireWeapon
- getWeaponAmmo
- getWeaponClipAmmo
- getWeaponFiringRate
- getWeaponFlags
- getWeaponOwner
- getWeaponProperty
- getWeaponState
- getWeaponTarget
- resetWeaponFiringRate
- setWeaponAmmo
- setWeaponClipAmmo
- setWeaponFiringRate
- setWeaponFlags
- setWeaponProperty
- setWeaponState
- setWeaponTarget