The WornObject 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:
- 14 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- SKSE
Tempering
- Found in:
- SKSE
- Found in:
- SKSE
Charges
Only works on items that have user-enchants- Found in:
- SKSE
Works on any enchanted item
- Found in:
- SKSE
- Found in:
- SKSE
Returns the name of this reference
this is the name that is displayed- Found in:
- SKSE
boolfunctionSetDisplayName(ActorakActor, inthandSlot, intslotMask, stringname, boolforce=false)NativeGlobalSets a reference's display name
returns false if force is false and the reference
is held by an alias using 'Stored Text' or 'Uses Stored Text'
Text Replacement does not use this name and may be lost if forced- Found in:
- SKSE
Returns the player-made enchantment if there is one
- Found in:
- SKSE
voidfunctionSetEnchantment(ActorakActor, inthandSlot, intslotMask, Enchantmentsource, floatmaxCharge)NativeGlobalChanges an item's player-made enchantment to something else
None enchantment will remove the existing enchantment
does not delete the custom enchantment, only removes it- Found in:
- SKSE
voidfunctionCreateEnchantment(ActorakActor, inthandSlot, intslotMask, floatmaxCharge, MagicEffect[]effects, float[]magnitudes, int[]areas, int[]durations)NativeGlobalCreates a new enchantment on the item given the specified parameters
all arrays must be the same size
created enchantments are not purged from the save when removed or overwritten
exact same enchantments are re-used by the game- Found in:
- SKSE
Returns the number of ref aliases holding this reference
- Found in:
- SKSE
ReferenceAliasfunctionGetNthReferenceAlias(ActorakActor, inthandSlot, intslotMask, intn)NativeGlobalReturns the nth ReferenceAlias holding this reference
- Found in:
- SKSE
Returns all of the ReferenceAlias holding this reference
