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

Method getInterceptionNumber

src/Geoscape/DogfightState.cpp:1831–1834  ·  view source on GitHub ↗

* Returns interception number. * @return interception number */

Source from the content-addressed store, hash-verified

1829 * @return interception number
1830 */
1831int DogfightState::getInterceptionNumber() const
1832{
1833 return _interceptionNumber;
1834}
1835
1836}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected