Difference between revisions of "GetArmorAR"
Jump to navigation
Jump to search
no edit summary
imported>Behippo (Add notes section) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
'''Syntax''' | '''Syntax''' | ||
Line 6: | Line 6: | ||
Returns the armor rating of the calling reference or the base object; the base objectID takes precedence if both are supplied. The value returned by this function is the armor rating as defined in the Construction Set, multiplied by 100. It does not take the wearer's skill into account. | Returns the armor rating of the calling reference or the base object; the base objectID takes precedence if both are supplied. The value returned by this function is the armor rating as defined in the Construction Set, multiplied by 100. It does not take the wearer's skill into account. | ||
Notes | ==Notes== | ||
Equivalent to the deprecated [[GetObjectValue]] function with an argument of 150. | *Equivalent to the deprecated [[GetObjectValue]] function with an argument of 150. | ||
[[Category: | ==See Also== | ||
[[Category: | *[[SetArmorAR]] | ||
*[[ModArmorAR]] | |||
[[Category:Functions]] | |||
[[Category:Functions (OBSE)]] | |||
[[Category:Inventory Functions]] | |||
[[Category:Inventory Functions (OBSE)]] |