Returns whether the song has completed playing, or when the last order has finished playing.
This stays set even if the song loops.
signed char F_API FMUSIC_IsFinished( FMUSIC_MODULE *mod );
Parameters
mod
Pointer to the song that you want check if finished or not.
Return Value
TRUE Song has finished playing.
FALSE Song has not finished playing.
Remarks
Some songs may use a pattern break or pattern jump and never reach the last pattern.
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube