Background for Starfield
Member of the ObjectReference script
voidfunctionStartSequence(stringaSequenceName, boolaAttach, floatafWeight=1.0)Native

Description

Documentation Comment

Starts a named effect sequence on the reference
Allows you to define if you should attach the effect sequence to the reference
Allows providing an optional weight to the sequence


Caveats


Parameters

stringaSequenceName

boolaAttach

floatafWeight=1.0


Examples

Auto-Generated Example

string myString__aSequenceName
bool myBool__aAttach
float myFloat__afWeight

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