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

Description

Wiki Description

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

Documentation Comment

Armor info by keyword


Caveats

CK Wiki - Notes


Examples

if (ArmorProperty.IsLightArmor())
    Debug.Trace("This is light armor.")
endif

Auto-Generated Example

bool returnedValue = myArmor__toCallFunctionOn.IsLightArmor()

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.