AnimHasNotetrack( <animation>, <note track> )


Module: Animation

Summary:

queries the given animation for a note track



Example:

if ( IsDefined( facialanim ) && AnimHasNotetrack( facialanim, "dialogue" ) ) ...



Required Args:

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