BattleCity.Event (battle_city v0.1.8) 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
Specs
handle(BattleCity.Context.t(), t()) :: {atom(), BattleCity.Context.t()}