MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getRadarRange

Method getRadarRange

src/Ruleset/RuleCraft.cpp:263–266  ·  view source on GitHub ↗

* Gets the craft's radar range * for detecting UFOs. * @return The range in nautical miles. */

Source from the content-addressed store, hash-verified

261 * @return The range in nautical miles.
262 */
263int RuleCraft::getRadarRange() const
264{
265 return _radarRange;
266}
267
268/**
269 * Gets the amount of time this item

Callers 7

detectMethod · 0.45
insideRadarRangeMethod · 0.45
getLongRangeDetectionMethod · 0.45
detectMethod · 0.45
viewRightClickMethod · 0.45
drawRadarsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected