The SPE_Events 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 Scrab's Papyrus Extender (Scrab's PE).
For this script, the Papyrus index knows about:
- 1 event
- 6 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
- Found in:
- Scrab's PE
eventOnAnimationEventEx(ActorakReference, stringasEventName, stringasPayload)
Functions
- Found in:
- Scrab's PE
Similar to the Vanilla RegisterForAnimationEvent(). Supports payload data (Sound.NPCHumanCartRidePlayerEnter, etc).
- Found in:
- Scrab's PE
- Found in:
- Scrab's PE
voidfunctionRegisterForAnimationEventEx_MgEff(ActiveMagicEffectakMagicEffect, stringasEventName)NativeGlobal- Found in:
- Scrab's PE
- Found in:
- Scrab's PE
voidfunctionUnregisterForAnimationEventEx_Alias(ReferenceAliasakAlias, stringasEventName)NativeGlobal- Found in:
- Scrab's PE
voidfunctionUnregisterForAnimationEventEx_MgEff(ActiveMagicEffectakMagicEffect, stringasEventName)NativeGlobal
