append


Description:

[ Version ( deprecated = true , deprecated_since = "1.8" , since = "0.6" ) ]
public ulong append (Timeline? parent, Timeline timeline)

Warning: append is deprecated since 1.8.

Appends a timeline to another one existing in the score; the newly appended timeline will be started when parent is complete.

If parent is null, the new Timeline will be started when start is called.

Score will take a reference on timeline.

Parameters:

this

a Score

parent

a Timeline in the score, or null

timeline

a Timeline

Returns:

the id of the Timeline inside the score, or 0 on failure. The returned id can be used with remove or get_timeline.