- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ClothingHead keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsClothingHead())
Debug.Trace("This is a hat or circlet.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsClothingHead()