Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionRegisterAliasForAnimationEvents(AliasakAlias, ObjectReferenceakSender, string[]AnimationEvents)Global

Description

Documentation Comment

register the akAlias to recieve all AnimationEvents from the akSender
no requirements


Caveats


Parameters

AliasakAlias

ObjectReferenceakSender

string[]AnimationEvents


Examples

Auto-Generated Example

Alias myAlias__akAlias
ObjectReference myObjectReference__akSender
string[] myStringArray__AnimationEvents

DbMiscFunctions.RegisterAliasForAnimationEvents(myAlias__akAlias, myObjectReference__akSender, myStringArray__AnimationEvents)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.