Table of Contents

Class JukeboxManager

Namespace
S1API.Audio
Assembly
S1API.dll

Discovers placed native jukeboxes in the current scene.

public static class JukeboxManager
Inheritance
JukeboxManager
Inherited Members

Methods

GetAll()

Gets an immutable snapshot of all active jukeboxes in the current scene.

public static IReadOnlyList<Jukebox> GetAll()

Returns

IReadOnlyList<Jukebox>

GetByGUID(string)

Gets an active jukebox by its placed-object identifier.

public static Jukebox? GetByGUID(string guid)

Parameters

guid string

The placed-object identifier assigned by the game.

Returns

Jukebox

The matching jukebox, or null when it is not active in the current scene.