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

Description

Documentation Comment

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


Caveats


Parameters

FormakForm

ObjectReferenceakSender

string[]AnimationEvents


Examples

Auto-Generated Example

Form myForm__akForm
ObjectReference myObjectReference__akSender
string[] myStringArray__AnimationEvents

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