MCPcopy 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
77void AIBlockUnit::reportExecuted(AIMovement &movement)
78{
79 for (auto &ai : aiList)
80 {
81 ai->reportExecuted(movement);
82 }
83}
84
85void AIBlockUnit::beginTurnRoutine(GameState &state, BattleUnit &u)
86{

Callers 1

executeAIMovementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected