- This wiki is out of date, use the continuation of this wiki instead
Unload song
From FenixWiki
(Difference between revisions)
G105b (Talk | contribs)
(New page: Category:functions Category:sound ==Definition== '''INT''' unload_song ( <'''INT''' SongID> ) Frees the memory occupied by the song file. == Parameters == {| | '''INT''' SongID...)
Next diff →
Revision as of 11:53, 30 July 2007
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.