| 128 | } |
| 129 | |
| 130 | float AEquipmentType::getRoundsPerSecond() const |
| 131 | { |
| 132 | return (float)TICKS_PER_SECOND / (float)fire_delay; |
| 133 | } |
| 134 | |
| 135 | int AEquipmentType::getRangeInTiles() const { return range / (int)VELOCITY_SCALE_BATTLE.x; } |
| 136 |
no outgoing calls
no test coverage detected