Difference between revisions of "GetArmorRatingUpperBody"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Vswe
m (Added Search Terms)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''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 9:


==See Also==
==See Also==
[[GetArmorRating]]
* [[GetArmorRating]]
* [[GetObjectValue]] (OBSE)
 




[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category:Actor Functions]]
[[Category:Actor Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions (CS 1.0)]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Condition Functions]]
[[Category: Statistics Functions (CS 1.0)]]
 
<!-- Begin Search Terms
Get
Armor
Rating
Upper
Body
End Search Terms -->

Latest revision as of 08:14, 20 June 2008

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[edit | edit source]