- Found in:
- Vanilla
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
Examples
Auto-Generated Example
string myString__aSequenceName
ObjectReference[] myObjectReferenceArray__aRefs
bool myBool__aAttach
ObjectReference.StartSequenceOnReferences(myString__aSequenceName, myObjectReferenceArray__aRefs, myBool__aAttach)