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

Method getSnapRange

src/Ruleset/RuleItem.cpp:726–729  ·  view source on GitHub ↗

* Gets the maximim effective range of this weapon for Snap Shot. * @return The maximum range. */

Source from the content-addressed store, hash-verified

724 * @return The maximum range.
725 */
726int RuleItem::getSnapRange() const
727{
728 return _snapRange;
729}
730
731/**
732 * Gets the maximim effective range of this weapon for Auto Shot.

Callers 2

drawTerrainMethod · 0.80
applyAccuracyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected