PlayThematicMusicEx
- Parameters
-
musicFileName string
The path to the music file.
frommsecs integer
At what offset the music starts. In milliseconds.
- comment
-
The thematic music does not play repeatedly, but interrupts the PlayMusic-music.
- note
-
Only one thematic music at a time, cancels the previous one.
- note
-
Probably meant for boss fights and similar where the sound should go in foreground.
- patch
-
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native PlayThematicMusicEx takes string musicFileName, integer frommsecs returns nothing