IsHeavyArmor - Armor
From Creation Kit
SKSE Member of: Armor Script
Checks if the armor has the ArmorHeavy keyword. (This function requires SKSE)
Contents |
Syntax
bool Function IsHeavyArmor()
Parameters
None.
Return Value
Whether or not this armor has the ArmorHeavy keyword.
Examples
if (ArmorProperty.IsHeavyArmor()) Debug.Trace("This is heavy armor.") endif
Notes
- Uses the HasKeywordString function internally.

