Background for Skyrim SE
Member of the SPE_Events script
voidfunctionRegisterForAnimationEventEx(ActorakReference, stringasEventName)NativeGlobal

Description

Documentation Comment

Similar to the Vanilla RegisterForAnimationEvent(). Supports payload data (Sound.NPCHumanCartRidePlayerEnter, etc).


Caveats


Parameters

ActorakReference

stringasEventName


Examples

Auto-Generated Example

Actor myActor__akReference
string myString__asEventName

SPE_Events.RegisterForAnimationEventEx(myActor__akReference, myString__asEventName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.