BattleCity.Bullet (battle_city v0.1.8) View Source
Bullet
Link to this section Summary
Link to this section Types
Specs
t() :: %BattleCity.Bullet{
__callbacks__: [BattleCity.ContextCallback.t()],
__module__: module(),
dead?: boolean(),
enemy?: boolean(),
hidden?: boolean(),
id: BattleCity.id(),
position: BattleCity.Position.t(),
power: power(),
reason: BattleCity.reason(),
reinforced?: boolean(),
speed: BattleCity.Position.speed(),
tank_id: BattleCity.id()
}