IsShield - Armor

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

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsShield()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorShield keyword.

ExamplesEdit

if (ArmorProperty.IsShield())
	Debug.Trace("This is a shield.")
endif

NotesEdit

See AlsoEdit