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