Jump to a given order in mod music.
Defined in <SDL3_mixer/SDL_mixer.h>
bool Mix_ModMusicJumpToOrder(int order);
int | order | order. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
This only applies to MOD music formats.
This function is available since SDL_mixer 3.0.0.