append_at_marker
Description:
[ Version ( deprecated = true , deprecated_since = "1.8" , since = "0.8" ) ]
public ulong append_at_marker (Timeline parent, string marker_name, Timeline timeline)
public ulong append_at_marker (Timeline parent, string marker_name, Timeline timeline)
Warning: append_at_marker is deprecated since 1.8.
Appends timeline at the given marker_name on the parent
Timeline.
If you want to append timeline at the end of parent, use
append.
The Score will take a reference on timeline.
Parameters:
| this |
a Score |
| parent |
the parent Timeline |
| marker_name |
the name of the marker to use |
| timeline |
the Timeline to append |
Returns:
|
the id of the Timeline inside the score, or 0 on failure. The returned id can be used with remove or get_timeline. |