GetNotetrackTimes(<animation>, <note track>)


Module: Animation

Summary:

Gets an array of the times during an animation that the given notetrack occurs. The times returned are fractional (0 to 1).



Example:

exitAlignTimes = GetNotetrackTimes( exitAnim, "exit_align" );



Required Args:

  • 1 : <animation> an animation
  • 2 : <note track> a constant string with the name of the note track