BWAPI
Classes | Defines | Functions
trunk/bwapi/DevAIModule/Source/DevAIModule.h File Reference
#include <BWAPI.h>
#include <windows.h>
#include <algorithm>
#include "Wiki.h"
Include dependency graph for DevAIModule.h:
This graph shows which files directly or indirectly include this file:

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

#define bw   BWAPI::Broodwar
#define SEARCH_CONSTRUCT   3
#define SEARCH_EXPLORED   1
#define SEARCH_NOTVISIBLE   2
#define SEARCH_UNEXPLORED   0

Function Documentation

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 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines