Islands Engine

v0.1.41

  • Pages
  • Modules

    Islands Engine v0.1.41 Islands.Engine.Game.Server.Error View Source

    Link to this section Summary

    Functions

    log(atom, reason, game)
    log(atom, non_matched_value, request, game)
    reply(game, request, reason, player_id)

    Link to this section Functions

    Link to this function log(atom, reason, game) View Source
    log(atom(), any(), any()) :: :ok
    Link to this function log(atom, non_matched_value, request, game) View Source
    log(atom(), any(), any(), any()) :: :ok
    Link to this function reply(game, request, reason, player_id) View Source
    reply(
      Islands.Engine.Game.t(),
      Islands.Engine.Game.Server.request(),
      atom(),
      Islands.Engine.Game.player_id()
    ) :: Islands.Engine.Game.Server.reply()

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.