* Returns true if the projectile missed it's target. * Otherwise returns false. */
| 225 | * Otherwise returns false. |
| 226 | */ |
| 227 | bool CraftWeaponProjectile::getMissed() const |
| 228 | { |
| 229 | return _missed; |
| 230 | } |
| 231 | |
| 232 | /* |
| 233 | * Sets maximum range of projectile. |