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

Link to this section Summary

Types

Action like :add_player or reason like :duplicate_player_name

t()

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

Link to this function

new(action, game, request, player_id)

View Source

Specs