Difference between revisions of "IsEquippedWeaponSilenced"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Checks whether the calling reference's equipped weapon is silenced. Returns: <pre>0 If the weapon is not silenced. 1 If the weapo...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
*This function can be used as a condition function (where applicable).
*This function can be used as a condition function (where applicable).
==See Also==
==See Also==
*[[IsEquippedWeaponScoped]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]
[[Category:Weapon Functions (JIP)]]

Latest revision as of 14:50, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Checks whether the calling reference's equipped weapon is silenced. Returns:

0	If the weapon is not silenced.
1	If the weapon is silenced by default.
2	If the weapon has a silencer mod attached.

Syntax

[help]
(silenced:0/1/2) reference.IsEquippedWeaponSilenced

Example

ActorRef.IsEquippedWeaponSilenced

Notes

  • This function can be used as a condition function (where applicable).

See Also