IsClothingRich - Armor

SKSE Member of: Armor Script

Checks if the armor has the ClothingRich keyword. (This function requires SKSE)

SyntaxEdit

bool Function IsClothingRich()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ClothingRich keyword.

ExamplesEdit

if (ArmorProperty.IsClothingRich())
	Debug.Trace("These are rich people clothes.")
endif

NotesEdit

See AlsoEdit