Difference between revisions of "GetArmorArmorRating"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(See also)
 
Line 13: Line 13:
   }}
   }}
}}
}}
==See Also==
*[[GetArmorDT]]
*[[SetArmorAR]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Latest revision as of 10:17, 30 March 2014

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

A function added by the Fallout Script Extender.

Description

Returns the armor rating of the specified armor.

Syntax

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

Or:

(int) ref.GetArmorAR item:ref


See Also