IsBoots - Armor

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