GetWeaponRumbleWavelength

From the Fallout3 GECK Wiki
Revision as of 13:57, 12 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

Returns the rumble wavelength for the specified weapon or calling reference. Added by NVSE 1.1.

Syntax

[help]
(float) reference.GetWeaponRumbleWavelength Weapon:form 

Or:

(float) reference.GetRumbleWavelen Weapon:form

Example

float fWaveLen
set fWaveLen to GetRumbleWavelen WeapNV9mmPistol

See Also