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