Tile - YSound - Play Music Track Looped – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Play music list to Ylands:Tile - YSound - Play Music Track Looped: New Structure)
m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<!---
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Play Music Track Looped(Player, Music, Repeat delay, Ignore Weather) ==
[[File:YlandsTile-582.png]]
<pre>static playMusicTrackLooped(player: YCharacter, music: YCustomMusic | YSound, repeatDelay: number, overrideWeather: boolean): void;</pre>
=== 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 ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
Plays the selected '''music track''' on loop.
== Play Music Track Looped(Character, Music, Repeat delay, Ignore Weather) ==
[[File:YlandsTile-994.png]]
<pre>static playMusicTrackLooped(player: YCharacter, music: (YCustomMusic | YSound)[], repeatDelay: number, overrideWeather: boolean): void;</pre>
=== Parameters ===
==== player ====
==== music ====
==== repeatDelay ====
==== overrideWeather ====
=== Availability ===
[[Ylands:Tile Availability - Server|Server]]
=== Description ===
Plays the target '''list''' of '''music tracks''' to the selected '''player'''.




----
----
{{Navbox/Ylands}}
{{Navbox/Ylands}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 1.6]]

Latest revision as of 15:27, 24 November 2023

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.