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