IsClothingHands - Armor
From Creation Kit
SKSE Member of: Armor Script
Checks if the armor has the ClothingHands keyword. (This function requires SKSE)
Contents |
Syntax
bool Function IsClothingHands()
Parameters
None.
Return Value
Whether or not this armor has the ClothingHands keyword.
Examples
if (ArmorProperty.IsClothingHands()) Debug.Trace("These are gloves.") endif
Notes
- Uses the HasKeywordString function internally.

