Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
711
void BattleUnit::refreshUnitVisibilityAndVision(GameState &state)
712
{
713
refreshUnitVision(state);
714
refreshUnitVisibility(state);
715
}
716
717
void BattleUnit::resetGoal()
718
{
Callers
1
spawnUnit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected