| 1778 | } |
| 1779 | |
| 1780 | void UnitCommandTestBot::OnTestsBegin() { |
| 1781 | Point2D map_center; |
| 1782 | |
| 1783 | map_center = FindCenterOfMap(Observation()->GetGameInfo()); |
| 1784 | |
| 1785 | Debug()->DebugEnemyControl(); |
| 1786 | Debug()->DebugShowMap(); |
| 1787 | Debug()->DebugMoveCamera(map_center); |
| 1788 | Debug()->DebugGiveAllResources(); |
| 1789 | Debug()->DebugIgnoreFood(); |
| 1790 | Debug()->DebugGiveAllTech(); |
| 1791 | Debug()->DebugGiveAllUpgrades(); |
| 1792 | Debug()->DebugFastBuild(); |
| 1793 | }; |
| 1794 | |
| 1795 | void UnitCommandTestBot::OnTestsEnd () { |
| 1796 |
nothing calls this directly
no test coverage detected