GetArmorClass

From the Fallout3 GECK Wiki
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