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