SetMapMusic
- Parameters
-
musicName string
random boolean
index integer
- 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.
- note
If music is disabled, these calls do nothing.
- return type
nothing
- Source code
native SetMapMusic takes string musicName, boolean random, integer index returns nothing
- Source
- sound.j
- wc3modding.com
- SetMapMusic