IsLightArmor - Armor

Revision as of 12:26, 10 May 2012 by imported>Fg109 (Created page for IsLightArmor)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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