- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ClothingHands keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsClothingHands())
Debug.Trace("These are gloves.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsClothingHands()