DpgCreateFlowCommand Object


Description:

Command used to create a DPG flow object given a file name. The type of object created depends on the parent playlist which can be either a Stream Playlist or an Attack Playlist.

Can be used with Command Sequencer: No

Parents: Sequencer

DpgCreateFlowCommand Writable Attributes

Attribute Description
CreateClassId

Unused. This command creates a Stream or an Attack based on the type of each parent playlist/loop.

Type: classId

Default: 0

CreateCount

Unused. This command creates one flow per parent.

Type: u32

Default: 1

FlowFileName

File name of the flow used to create the flow object.

Type: inputFilePath

Default: "" (empty string)

FlowName

Default name, if specified, of the object being created.

Type: string

Default: "" (empty string)

ParentList

A list of parent Playlist handles.

Type: handle

Default: 0

DpgCreateFlowCommand Read-Only Attributes

Read-Only Attribute Description
ReturnList

A list of handles to the created flow objects.

Type: handle

Default: 0