GetWeaponDetectionSoundLevel

From the Fallout3 GECK Wiki
Revision as of 17:45, 27 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns a weapon's detection sound level: <pre>0 Loud 1 Normal 2 Silent</pre> |name = GetWeaponDetectionSoundLevel |returnT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a weapon's detection sound level:

0	Loud
1	Normal
2	Silent

Syntax

[help]
(soundLevel:int) GetWeaponDetectionSoundLevel weapon:ref

Example

GetWeaponDetectionSoundLevel WeapNVSilenced22Pistol

See Also