IsJewelry - Armor

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

SKSE Member of: Armor Script

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

SyntaxEdit

bool Function IsJewelry()

ParametersEdit

None.

Return ValueEdit

Whether or not this armor has the ArmorJewelry keyword.

ExamplesEdit

if (ArmorProperty.IsJewelry())
	Debug.Trace("This is jewelry.")
endif

NotesEdit

See AlsoEdit