Resource:Creation Kit > PlaySubGraphAnimation - Actor
Member of: Resource:Creation Kit/Actor Script
Sends the event passed to the actor's sub graphs.
Syntax[edit]
Function PlaySubGraphAnimation(string asEventName) native
Parameters[edit]
- asEventName: The event to send to the actor's sub graph.
Return Value[edit]
None.
Examples[edit]
; Start Jake's flaming skin animation
Jake.PlaySubGraphAnimation("PlayFireSkinAnim")
