Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
689
void BattleUnit::abortTurn()
690
{
691
_status = STATUS_STANDING;
692
}
693
694
695
/**
Callers
9
think
Method · 0.80
think
Method · 0.80
createNewProjectile
Method · 0.80
think
Method · 0.80
think
Method · 0.80
think
Method · 0.80
handlePanickingUnit
Method · 0.80
psiAttack
Method · 0.80
applyGravity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected