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