- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ArmorHeavy keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsHeavyArmor())
Debug.Trace("This is heavy armor.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsHeavyArmor()