Previous Topic Index Next Topic
[API function]

FMUSIC_IsFinished

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.


This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:08 2001 by SourceDoc v0.10, the automated source code documenter.