IsClothingPoor - Armor
SKSE Member of: Armor Script
Checks if the armor has the ClothingPoor keyword. (This function requires SKSE)
SyntaxEdit
bool Function IsClothingPoor()
ParametersEdit
None.
Return ValueEdit
Whether or not this armor has the ClothingPoor keyword.
ExamplesEdit
if (ArmorProperty.IsClothingPoor())
Debug.Trace("These are poor people clothes.")
endif
NotesEdit
- Uses the HasKeywordString function internally.