IsClothingFeet - Armor

From the CreationKit Wiki
Revision as of 11:46, 10 May 2012 by imported>Fg109 (Created page for IsClothingFeet)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Armor Script

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

Syntax[edit | edit source]

bool Function IsClothingFeet()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether or not this armor has the ClothingFeet keyword.

Examples[edit | edit source]

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

Notes[edit | edit source]

See Also[edit | edit source]