The ArmorAddon script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Skyrim Script Extender x64 (SKSE).
For this script, the Papyrus index knows about:
- 12 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- SKSE
Returns the file path for the nif file representing the equipped model of the armor. (This function requires SKSE)
- Found in:
- SKSE
Sets the file path for the nif file representing the equipped model of the armor. (This function requires SKSE)
- Found in:
- SKSE
returns the number of texturesets for the particular model
- Found in:
- SKSE
returns the nth textureset for the particular model
- Found in:
- SKSE
sets the nth textureset for the particular model
- Found in:
- SKSE
returns the number of races this armor addon applies to
- Found in:
- SKSE
returns the nth race this armor addon applies to
- Found in:
- SKSE
returns the slot mask for the armor addon.
- Found in:
- SKSE
sets the slot mask for the armor addon
- Found in:
- SKSE
adds the specified slotMask to the armor addon
- Found in:
- SKSE
removes the specified slot masks from the armor addon
- Found in:
- SKSE
calculates the equivalent mask value for the slot
This is a global function, use it directly from Armor as it is faster
