- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ClothingBody keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsClothingBody())
Debug.Trace("This is a shirt/pants/dress.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsClothingBody()