BattleCity.Event (battle_city v0.1.2) View Source

Event

Link to this section Summary

Link to this section Types

Specs

t() :: %BattleCity.Event{
  args: map(),
  counter: integer() | nil,
  id: BattleCity.id() | nil,
  name: name(),
  ret: atom(),
  value: value()
}

Link to this section Functions