View Source Teiserver.Game.LobbyServer (Teiserver v0.0.4)

A process representing the state of a lobby. In the normal usage of Teiserver you are not expected to interact with it directly.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

update_lobby(state, changes)

View Source
@spec update_lobby(Teiserver.Game.LobbyServer.State.t(), map()) ::
  Teiserver.Game.LobbyServer.State.t()