View Source Islands.Engine.GameServer.ReplyTuple (Islands Engine v0.2.55)
Link to this section Summary
Link to this section Types
Specs
action_or_reason() :: atom()
Action like :add_player or reason like :duplicate_player_name
Specs
t() :: {:reply, Islands.Tally.t(), Islands.Game.t(), timeout()}
Link to this section Functions
Specs
new(Islands.Game.t(), Islands.PlayerID.t()) :: t()
Specs
new( action_or_reason(), Islands.Game.t(), Islands.Request.t(), Islands.PlayerID.t() ) :: t()