BWAPI
Defines | Functions
Tasks/ExploreSectorTask.cpp File Reference
#include "ExploreSectorTask.h"
#include "Environment.h"
#include "Agent.h"
#include "MapSector.h"
Include dependency graph for ExploreSectorTask.cpp:

Defines

#define TASK_PRIORITY_FACTOR   1
#define FLYING_FACTOR   2
#define SPEED_FACTOR   1
#define VISION_FACTOR   1
#define PERCENT_ACTIVE_UNITS   0.05
#define MIN_ACTIVE_UNITS   6
#define UNIT_COUNT_FACTOR   1
#define TASK_COUNT_FACTOR   10
#define WORKER_FACTOR   0.05
#define CORNER_FACTOR   1
#define TIMEOUT_EXPLORE_SECTOR_TASK   1200
#define COMSAT_APTITUDE   100000

Functions

bool compareSectors (MapSector *first, MapSector *second)

Define Documentation

#define COMSAT_APTITUDE   100000
#define CORNER_FACTOR   1
#define FLYING_FACTOR   2
#define MIN_ACTIVE_UNITS   6
#define PERCENT_ACTIVE_UNITS   0.05
#define SPEED_FACTOR   1
#define TASK_COUNT_FACTOR   10
#define TASK_PRIORITY_FACTOR   1
#define TIMEOUT_EXPLORE_SECTOR_TASK   1200
#define UNIT_COUNT_FACTOR   1
#define VISION_FACTOR   1
#define WORKER_FACTOR   0.05

Function Documentation

bool compareSectors ( MapSector first,
MapSector second 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines