spine_animation_get_timelines method
If this list or the timelines it contains are modified, the timelines and bones must be set again to recompute the animation's bone indices and timeline property IDs.
See setTimelines().
Implementation
spine_array_timeline spine_animation_get_timelines(
spine_animation self,
) {
return _spine_animation_get_timelines(
self,
);
}