Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

addTrack

Description

Add a track path to the playlist.

Arguments

1 string path

the path to the sound file.

Example

local realFolder = musicPlayback.GAMEPLAY_TRACKS_FOLDER
local partialGameplayPlaylist = musicPlaylist.new(musicPlayback.PLAYLIST_IDS.GAMEPLAY_PARTIAL)
partialGameplayPlaylist:addTrack("music/gameplay/dream_project.ogg")