Difference between revisions of "GetWeaponHasScope"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(added see also and category)
 
Line 12: Line 12:
   }}
   }}
}}
}}
==See Also==
*[[GetScopeModelPath]]
*[[SetScopeModelPath]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]
[[Category:Weapon Functions]]

Latest revision as of 07:47, 5 August 2014

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

A function added by the Fallout Script Extender.

Description

Returns whether the weapon has a scope or not.

Syntax

[help]
(int) ref.GetWeaponHasScope item:ref

See Also