GetArmorType

From the Oblivion ConstructionSet Wiki
Revision as of 16:48, 13 September 2007 by imported>WereWolf
Jump to navigation Jump to search

A command for Oblivion Script Extender

Returns 0 if light armor and 1 if heavy armor.

Syntax:

(armorType:short) reference.GetArmorType objectID:ref
Armor Type:
 0:    Light Armor
 1:    Heavy Armor

See Also