- Found in:
- SKSE
Description
Wiki Description
Checks if the armor has the ArmorShield keyword. (This function requires SKSE)
Examples
if (ArmorProperty.IsShield())
Debug.Trace("This is a shield.")
endifAuto-Generated Example
bool returnedValue = myArmor__toCallFunctionOn.IsShield()