Description
Documentation Comment
Register for the specified animation event from the specified object - returns true if it successfully registered
Caveats
Parameters
ObjectReferenceakSender
stringasEventName
Examples
Auto-Generated Example
ObjectReference myObjectReference__akSender
string myString__asEventName
bool returnedValue = myAlias__toCallFunctionOn.RegisterForAnimationEvent(myObjectReference__akSender, myString__asEventName)