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...") |
(No difference)
|
Revision as of 23:25, 25 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
- Shared
- getWeaponProperty
- getPickupWeapon
- getOriginalWeaponProperty
- getSlotFromWeapon
- getWeaponIDFromName
- getWeaponNameFromID
- setWeaponAmmo
- setWeaponProperty