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

Method getMinRange

src/Ruleset/RuleItem.cpp:744–747  ·  view source on GitHub ↗

* Gets the minimum effective range of this weapon. * @return The minimum effective range. */

Source from the content-addressed store, hash-verified

742 * @return The minimum effective range.
743 */
744int RuleItem::getMinRange() const
745{
746 return _minRange;
747}
748
749/**
750 * Gets the accuracy dropoff value of this weapon.

Callers 2

drawTerrainMethod · 0.80
applyAccuracyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected