- This wiki is out of date, use the continuation of this wiki instead
Unload song
From FenixWiki
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.