IsGauntlets - Armor
SKSE Member of: Armor Script
Checks if the armor has the ArmorGauntlets keyword. (This function requires SKSE)
SyntaxEdit
bool Function IsGauntlets()
ParametersEdit
None.
Return ValueEdit
Whether or not this armor has the ArmorGauntlets keyword.
ExamplesEdit
if (ArmorProperty.IsGauntlets())
Debug.Trace("These are gauntlets.")
endif
NotesEdit
- Uses the HasKeywordString function internally.