IsClothingBody - Armor

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