SetWeaponFireRate

From the Fallout3 GECK Wiki
Revision as of 14:42, 14 August 2014 by imported>Odessa (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets the fire rate for the specified weapon or calling reference. Added by NVSE 2.5.

Syntax

[help]
(none) reference.SetWeaponFireRate FireRate:int Weapon:form 

Or:

(none) reference.SetFireRate FireRate:int Weapon:form

Example

SetWeaponFireRate 20, WeapNVAssaultCarbine

See Also