Background for Fallout 4
Member of the Actor script
voidfunctionPlaySubGraphAnimation(stringasEventName)Native

Description

Wiki Description

Sends the event passed to the actor's sub graphs.

Documentation Comment

Send an event to the subgraphs of an actor.


Parameters

  1. stringasEventName

    CK Wiki Description

    The event to send to the actor's sub graph.


Examples

; Start Jake's flaming skin animation
Jake.PlaySubGraphAnimation("PlayFireSkinAnim")

Auto-Generated Example

string myString__asEventName

myActor__toCallFunctionOn.PlaySubGraphAnimation(myString__asEventName)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.