Skip to main content

Sequence

Description:

  Creates a definition for an action that plays a sequence of other ActionDefs.

Signature:

Sequence: function(...: ActionDef): ActionDef

Parameters:

ParameterTypeDescription
...ActionDefA variable number of ActionDef objects to play in sequence.

Returns:

Return TypeDescription
ActionDefAn ActionDef object that can be used to run the sequence of actions on a Node.