* Gets the craft's radar range * for detecting UFOs. * @return The range in nautical miles. */
| 261 | * @return The range in nautical miles. |
| 262 | */ |
| 263 | int RuleCraft::getRadarRange() const |
| 264 | { |
| 265 | return _radarRange; |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Gets the amount of time this item |
no outgoing calls
no test coverage detected