IsHelmet - Armor

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsHelmet()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorHelmet keyword.

ExamplesEdit

if (ArmorProperty.IsHelmet())
	Debug.Trace("This is a helmet.")
endif

NotesEdit

See AlsoEdit