* Sets the x position of the projectile on the radar. * It's used only once for each projectile during firing. */
| 142 | * It's used only once for each projectile during firing. |
| 143 | */ |
| 144 | void CraftWeaponProjectile::setHorizontalPosition(int position) |
| 145 | { |
| 146 | _horizontalPosition = position; |
| 147 | } |
| 148 | |
| 149 | /* |
| 150 | * Gets the x position of the projectile. |
no outgoing calls
no test coverage detected