View Source A2S.Player (elixir_a2s v0.2.6)

Struct representing a player entry in an A2S_PLAYER response.

Link to this section Summary

Link to this section Types

@type t() :: %A2S.Player{
  duration: float(),
  index: integer(),
  name: String.t(),
  score: integer()
}