###### (This function is part of SDL_mixer, a separate library from SDL.) # Mix_ModMusicJumpToOrder Jump to a given order in mod music. ## Syntax ```c int Mix_ModMusicJumpToOrder(int order); ``` ## Function Parameters | | | | ------------- | ----- | | **order** | order | ## Return Value Returns 0 if successful, or -1 if failed or isn't implemented. ## Remarks This only applies to MOD music formats. ## Version This function is available since SDL_mixer 3.0.0. ---- [CategoryAPI](CategoryAPI)