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