GetArmorClass

From the Fallout3 GECK Wiki
Revision as of 14:01, 10 February 2017 by imported>Pintocat
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the armor class of an armor form or reference or of the UpperBody armor of an actor. [This function can also be used as a condition.]

Syntax

[help]
(int) [armorRef].GetArmorClass armor:form

Armor Class

0	None
1	Light Armor
2	Medium Armor
3	Heavy Armor

See Also