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

Method getWasHit

src/Battlescape/AlienBAIState.cpp:404–407  ·  view source on GitHub ↗

* Gets whether the unit was hit. * @return if it was hit. */

Source from the content-addressed store, hash-verified

402 * @return if it was hit.
403 */
404bool AlienBAIState::getWasHit() const
405{
406 return _wasHit;
407}
408/*
409 * Sets up a patrol action.
410 * this is mainly going from node to node, moving about the map.

Callers 1

getSpottingUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected