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

Unload song

From FenixWiki

Jump to: navigation, search


[edit] Definition

INT unload_song ( <INT SongID> )

Frees the memory occupied by the song file, previously loaded with load_song().

[edit] Parameters

INT SongID - The SongID of the song to unload.

[edit] Returns

INT : Error.

-1 - Error: sound inactive; invalid songID.
0 - No error.


Sound Functions
Is_playing_song() • Load_song() • Load_wav() • Pause_song() • Play_song() • Play_wav() • Resume_song() • Set_song_volume() • Unload_song() •
Personal tools