The search keyword must be a single word (no spaces).
Function SetMapMusicIndexedBJ
- Line
- 2637
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- string musicName, integer index
- Returns
- nothing
| 2637 | function SetMapMusicIndexedBJ takes string musicName, integer index returns nothing |
| 2638 | call SetMapMusic(musicName, false, index) |
| 2639 | endfunction
|