IsClothingFeet - Armor

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsClothingFeet()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ClothingFeet keyword.

ExamplesEdit

if (ArmorProperty.IsClothingFeet())
	Debug.Trace("These are shoes.")
endif

NotesEdit

See AlsoEdit