- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ArmorGauntlets keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsGauntlets())
Debug.Trace("These are gauntlets.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsGauntlets()