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