IsGauntlets - Armor
Revision as of 11:38, 10 May 2012 by imported>Fg109 (Created page for IsGauntlets)
SKSE Member of: Armor Script
Checks if the armor has the ArmorGauntlets keyword. (This function requires SKSE)
Syntax[edit | edit source]
bool Function IsGauntlets()
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether or not this armor has the ArmorGauntlets keyword.
Examples[edit | edit source]
if (ArmorProperty.IsGauntlets())
Debug.Trace("These are gauntlets.")
endif
Notes[edit | edit source]
- Uses the HasKeywordString function internally.