IsBoots - Armor

Revision as of 12:37, 10 May 2012 by imported>Fg109 (→‎Syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsBoots()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorBoots keyword.

ExamplesEdit

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

NotesEdit

See AlsoEdit