- Found in:
- Vanilla
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)