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