ServerPlayerSetManager

Manages the sets of players associated with a source line.

Default implementations automatically send update packets to associated players. Players from the sets are visible in the client-side overlay.

Functions

Link copied to clipboard

Creates a map that will automatically broadcast changes to all players in the set.

Link copied to clipboard

Gets the player set associated with a player.

Link copied to clipboard
abstract fun setPlayerSet(player: VoicePlayer, playerSet: ServerPlayerSet?)

Sets your own implementation of ServerPlayerSet for a specific player.