IsClothingRing - Armor
Jump to navigation
Jump to search
SKSE Member of: Armor Script
Checks if the armor has the ClothingRing keyword. (This function requires SKSE)
Syntax[edit | edit source]
bool Function IsClothingRing()
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
Whether or not this armor has the ClothingRing keyword.
Examples[edit | edit source]
if (ArmorProperty.IsClothingRing())
Debug.Trace("This is a ring.")
endif
Notes[edit | edit source]
- Uses the HasKeywordString function internally.