IsClothingBody - Armor

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

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsClothingBody()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ClothingBody keyword.

ExamplesEdit

if (ArmorProperty.IsClothingBody())
	Debug.Trace("This is a shirt/pants/dress.")
endif

NotesEdit

See AlsoEdit