IsBoots - Armor

From the CreationKit Wiki
Revision as of 11:34, 10 May 2012 by imported>Fg109 (Created page for IsBoots)
(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 ArmorBoots keyword. (This function requires SKSE)

Syntax

bool Function IsClothing()

Parameters

None.

Return Value

Whether or not this armor has the ArmorBoots keyword.

Examples

if (Puss.GetWornForm(0x00000080) as Armor).IsBoots()
	Debug.Trace("Puss is wearing boots.")
endif

Notes

See Also