Table of Contents

Class JukeboxTrack

Namespace
S1API.Audio
Assembly
S1API.dll

A track configured on a native jukebox.

public sealed class JukeboxTrack
Inheritance
JukeboxTrack
Inherited Members
Extension Methods

Properties

Artist

Gets the artist name configured by the game.

public string Artist { get; }

Property Value

string

Index

Gets the index to pass to SelectTrack(int).

public int Index { get; }

Property Value

int

Name

Gets the track name configured by the game.

public string Name { get; }

Property Value

string