IsHeavyArmor - Armor
SKSE Member of: Armor Script
Checks if the armor has the ArmorHeavy keyword. (This function requires SKSE)
SyntaxEdit
bool Function IsHeavyArmor()
ParametersEdit
None.
Return ValueEdit
Whether or not this armor has the ArmorHeavy keyword.
ExamplesEdit
if (ArmorProperty.IsHeavyArmor())
Debug.Trace("This is heavy armor.")
endif
NotesEdit
- Uses the HasKeywordString function internally.