Background for Skyrim SE
Member of the SPE_Events script
eventOnAnimationEventEx(ActorakReference, stringasEventName, stringasPayload)


Parameters

  1. ActorakReference

  2. stringasEventName

  3. stringasPayload


Examples

Auto-Generated Example

Scriptname MyCoolScript extends SPE_Events

event OnAnimationEventEx(Actor akReference, string asEventName, string asPayload)
    Debug.trace("Event received - OnAnimationEventEx: akReference = " + akReference + " asEventName = " + asEventName + " asPayload = " + asPayload)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.