This wiki is out of date, use the continuation of this wiki instead

Unload song

From FenixWiki

Revision as of 11:53, 30 July 2007 by G105b (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


Definition

INT unload_song ( <INT SongID> )

Frees the memory occupied by the song file.

Parameters

INT SongID - The SongID identifier of the music.

Notes

This function frees up the memory occupied by the song file, first loaded with load_song. Before unloading the song, it is necessary to stop the playback with the function stop_song.

Personal tools