#include <BWAPI.h>
#include <windows.h>
#include <algorithm>
#include "Wiki.h"
Go to the source code of this file.
Classes |
| class | DevAIModule |
Defines |
| #define | bw BWAPI::Broodwar |
| #define | SEARCH_UNEXPLORED 0 |
| #define | SEARCH_EXPLORED 1 |
| #define | SEARCH_NOTVISIBLE 2 |
| #define | SEARCH_CONSTRUCT 3 |
Functions |
| bool | pointSearch (int dwType, BWAPI::TilePosition pt, BWAPI::Unit *unit=NULL, BWAPI::UnitType type=BWAPI::UnitTypes::None, int width=1, int height=1) |
| BWAPI::TilePosition | spiralSearch (int dwType, BWAPI::TilePosition start, int radius, BWAPI::Unit *unit=NULL, BWAPI::UnitType type=BWAPI::UnitTypes::None, int width=1, int height=1) |
Define Documentation
Function Documentation