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)
No edit summary
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(Character, 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 ====
==== music ====
==== repeatDelay ====
==== overrideWeather ====
=== 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 ====
=== Description ===
Plays the target '''list''' of '''music tracks''' to the selected '''player'''.




Line 6: Line 46:


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

Revision as of 09:51, 8 July 2021

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

YlandsTile-582.png

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

Parameters

player

music

repeatDelay

overrideWeather

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

Description

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