Background for Starfield
Member of the ObjectReference script
voidfunctionStartSequenceOnReferences(stringaSequenceName, ObjectReference[]aRefs, boolaAttach)NativeGlobal

Description

Documentation Comment

Starts a named effect sequence on the passed in references.
Allows you to define if you should attach the effect sequence to the reference


Caveats


Parameters

stringaSequenceName

ObjectReference[]aRefs

boolaAttach


Examples

Auto-Generated Example

string myString__aSequenceName
ObjectReference[] myObjectReferenceArray__aRefs
bool myBool__aAttach

ObjectReference.StartSequenceOnReferences(myString__aSequenceName, myObjectReferenceArray__aRefs, myBool__aAttach)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.