- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ArmorLight keyword. (This function requires SKSE)
Documentation Comment
Armor info by keyword
Examples
if (ArmorProperty.IsLightArmor())
Debug.Trace("This is light armor.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsLightArmor()