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

Method abortTurn

src/Savegame/BattleUnit.cpp:689–692  ·  view source on GitHub ↗

* Stops the turning towards the target direction. */

Source from the content-addressed store, hash-verified

687 * Stops the turning towards the target direction.
688 */
689void BattleUnit::abortTurn()
690{
691 _status = STATUS_STANDING;
692}
693
694
695/**

Callers 9

thinkMethod · 0.80
thinkMethod · 0.80
createNewProjectileMethod · 0.80
thinkMethod · 0.80
thinkMethod · 0.80
thinkMethod · 0.80
handlePanickingUnitMethod · 0.80
psiAttackMethod · 0.80
applyGravityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected