PlayerCreated

@Serializable
data class PlayerCreated(val player: Player) : MediaEvent

Called whenever a player is created, or when a new agent joins and receives a list of active players. If an agent is restored, it will receive one event for each active player.

Official doc

Constructors

Link copied to clipboard
constructor(player: Player)

Properties

Link copied to clipboard

(undocumented in the protocol definition)