Tile - YSound - Play Music Track Looped – Ylands
(Redirected from Ylands:Tile - Play music list)
Jump to navigation
Jump to search
Play Music Track Looped(Player, Music, Repeat delay, Ignore Weather)
static playMusicTrackLooped(player: YCharacter, music: YCustomMusic | YSound, repeatDelay: number, overrideWeather: boolean): void;
Parameters
player
Target player
music
Music track to be played
repeatDelay
Delay between track repeats
overrideWeather
Whether the music will play over the weather effects
Availability
Description
Plays the selected music track on loop.
Play Music Track Looped(Character, Music, Repeat delay, Ignore Weather)
static playMusicTrackLooped(player: YCharacter, music: (YCustomMusic | YSound)[], repeatDelay: number, overrideWeather: boolean): void;
Parameters
player
music
repeatDelay
overrideWeather
Availability
Description
Plays the target list of music tracks to the selected player.