Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ reportExecuted
Method
reportExecuted
game/state/battle/ai/unitai.cpp:77–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
//}
76
77
void AIBlockUnit::reportExecuted(AIMovement &movement)
78
{
79
for (auto &ai : aiList)
80
{
81
ai->reportExecuted(movement);
82
}
83
}
84
85
void AIBlockUnit::beginTurnRoutine(GameState &state, BattleUnit &u)
86
{
Callers
1
executeAIMovement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected