Class JukeboxManager
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
GetByGUID(string)
Gets an active jukebox by its placed-object identifier.
public static Jukebox? GetByGUID(string guid)
Parameters
guidstringThe placed-object identifier assigned by the game.