IsClothing - Armor

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsClothing()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorClothing keyword.

ExamplesEdit

if (ArmorProperty.IsClothing())
	Debug.Trace("These are clothes.")
endif

NotesEdit

See AlsoEdit