MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / refreshUnitVisibilityAndVision

Method refreshUnitVisibilityAndVision

game/state/battle/battleunit.cpp:711–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void BattleUnit::refreshUnitVisibilityAndVision(GameState &state)
712{
713 refreshUnitVision(state);
714 refreshUnitVisibility(state);
715}
716
717void BattleUnit::resetGoal()
718{

Callers 1

spawnUnitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected