IsEquippedWeaponScoped
Revision as of 18:05, 27 March 2015 by 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...")
< [[::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
(scoped:0/1/2) reference.IsEquippedWeaponScoped
Example
ActorRef.IsEquippedWeaponScoped
Notes
- This function can be used as a condition function (where applicable).