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

Method getMotionPoints

src/Savegame/BattleUnit.cpp:2097–2100  ·  view source on GitHub ↗

* Get motion points for the motion scanner. More points * is a larger blip on the scanner. * @return points. */

Source from the content-addressed store, hash-verified

2095 * @return points.
2096 */
2097int BattleUnit::getMotionPoints() const
2098{
2099 return _motionPoints;
2100}
2101
2102
2103/**

Callers 1

drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected