IsLightArmor - Armor

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsLightArmor()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorLight keyword.

ExamplesEdit

if (ArmorProperty.IsLightArmor())
	Debug.Trace("This is light armor.")
endif

NotesEdit

See AlsoEdit