Difference between revisions of "GetArmorRatingUpperBody"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
imported>Darknel
(Link to OBSE Func)
Line 10: Line 10:
==See Also==
==See Also==
* [[GetArmorRating]]
* [[GetArmorRating]]
* [[GetCurrentValue]] (OBSE)





Revision as of 19:55, 23 August 2006

Syntax:

[ActorID.]GetArmorRatingUpperBody 

This function doesn't really return the armor rating, it actually returns what kind of armor the NPC is wearing on his upper body slot:

0 = none
1 = light armor
2 = heavy armor

See Also