MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / DoAutoMap

Function DoAutoMap

Source/control.cpp:996–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996void DoAutoMap()
997{
998 if (!AutomapActive)
999 StartAutomap();
1000 else
1001 AutomapActive = false;
1002}
1003
1004void CheckPanelInfo()
1005{

Callers 2

CheckBtnUpFunction · 0.85
PressControllerButtonFunction · 0.85

Calls 1

StartAutomapFunction · 0.85

Tested by

no test coverage detected