Tile - YSound - Play Music Track Looped – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
-->
== Play Music Track Looped(Character, Music, Repeat delay, Ignore Weather) ==
== Play Music Track Looped(Player, Music, Repeat delay, Ignore Weather) ==


[[File:YlandsTile-582.png]]
[[File:YlandsTile-582.png]]
Line 10: Line 10:


==== player ====
==== player ====
Target player


==== music ====
==== music ====
Music track to be played


==== repeatDelay ====
==== repeatDelay ====
Delay between track repeats


==== overrideWeather ====
==== overrideWeather ====
Whether the music will play over the weather effects
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===
Line 35: Line 47:


==== overrideWeather ====
==== overrideWeather ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]


=== Description ===
=== Description ===

Revision as of 12:15, 12 November 2021

Play Music Track Looped(Player, Music, Repeat delay, Ignore Weather)

YlandsTile-582.png

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

Server

Description

Plays the selected music track on loop.

Play Music Track Looped(Character, Music, Repeat delay, Ignore Weather)

YlandsTile-994.png

static playMusicTrackLooped(player: YCharacter, music: (YCustomMusic | YSound)[], repeatDelay: number, overrideWeather: boolean): void;

Parameters

player

music

repeatDelay

overrideWeather

Availability

Server

Description

Plays the target list of music tracks to the selected player.