Difference between revisions of "GetArmorRatingUpperBody"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Khadir
(Documenting actor functions ...)
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  GetArmorRatingUpperBody  
  [''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:
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:
Line 9: Line 10:


==See Also==
==See Also==
[[GetArmorRating]]
* [[GetArmorRating]]





Revision as of 04:33, 28 June 2006

Template:ActorFunction 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