IsClothing - Armor

Revision as of 12:31, 10 May 2012 by imported>Fg109 (Created page for IsClothing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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