Function IsSongPlaying()

From Uzebox Wiki
Revision as of 01:16, 22 April 2016 by Uze (talk | contribs) (Created page with "{{Function |prototype = bool IsSongPlaying(); |description = Indicate the playing state of the music engine. |parameters = |returns = true if song is currently playing, fa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Prototype

bool IsSongPlaying();

Description

Indicate the playing state of the music engine.

Parameters

None

Returns

true if song is currently playing, false otherwise.

Video Modes

All

Since

V1

Notes

If the song contains a loop, this function will never return false.