ModuleConfig.addWaveSlice

Creates a waveform from another by slicing.

class ModuleConfig
Tag
addWaveSlice
(
string modID
,
int waveID
,
int src
,
int pos
,
int len
,
string name
)

Parameters

modID string

ID of the target module.

waveID int

ID of the new waveform.

src int

ID of the source waveform.

pos int

Position of the beginning of the slice.

len int

Length of the slice.

Return Value

Type: Tag

The tag that was added to the configuration file, or null on error.

Meta