SetMapMusic
- Parameters
musicName stringrandom booleanindex integer- comment
- note
If music is disabled, these calls do nothing.
- note
If musicName is a semicolon-delimited list, the whole list of music is played. The index and random parameters seem to be with respect to the list.
- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native SetMapMusic takes string musicName, boolean random, integer index returns nothing