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