View Source Islands.Engine.GameServer.ReplyTuple (Islands Engine v0.2.63)

Summary

Types

Action like :add_player or reason like :duplicate_player_name

t()

Types

@type action_or_reason() :: atom()

Action like :add_player or reason like :duplicate_player_name

@type t() :: {:reply, Islands.Tally.t(), Islands.Game.t(), timeout()}

Functions

@spec new(Islands.Game.t(), Islands.PlayerID.t()) :: t()
Link to this function

new(action, game, request, player_id)

View Source