Difference between revisions of "IsEquippedWeaponScoped"

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 scoped. Returns: <pre>0 If the weapon is not scoped. 1 If the weapon is...")
 
imported>Jazzisparis
 
Line 15: Line 15:
*[[IsEquippedWeaponSilenced]]
*[[IsEquippedWeaponSilenced]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]
[[Category:Weapon Functions (JIP)]]

Latest revision as of 14:49, 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 scoped. Returns:

0	If the weapon is not scoped.
1	If the weapon is scoped by default.
2	If the weapon has a scope mod attached.

Syntax

[help]
(scoped:0/1/2) reference.IsEquippedWeaponScoped

Example

ActorRef.IsEquippedWeaponScoped

Notes

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

See Also