addPhraseList()
Add several phrases to the part at once.
part.addPhraseList(phraseList)
Any phrase with no set start time is placed at the end of the part.
Parameters
part.addPhraseList(phraseList)
| Parameter | Type | Default | Description |
|---|---|---|---|
phraseList |
list[Phrase] |
required | The phrases to add. |