IsClothingHead - Armor

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

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsClothingHead()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ClothingHead keyword.

ExamplesEdit

if (ArmorProperty.IsClothingHead())
	Debug.Trace("This is a hat or circlet.")
endif

NotesEdit

See AlsoEdit