Background for Skyrim SE
Member of the Armor script
boolfunctionIsClothingRing()

Description

Wiki Description

Checks if the armor has the ClothingRing keyword. (This function requires SKSE)


Caveats

CK Wiki - Notes


Examples

if (ArmorProperty.IsClothingRing())
    Debug.Trace("This is a ring.")
endif

Auto-Generated Example

bool returnedValue = myArmor__toCallFunctionOn.IsClothingRing()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.