BWAPI
Classes | Enumerations
SnippyHolloW-BroodwarBotQ-f01ab56/src/Micro/UnitManager/Objective.h File Reference
#include <BWAPI.h>
#include <BWTA.h>
#include "UnitManager/UnitGroup.h"
Include dependency graph for Objective.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Objective

Enumerations

enum  objective_t {
  DEFEND_BASE_OBJ = 0, ATTACK_BASE_OBJ = 1, EXPLORE_OBJ = 2, DROP_OBJ = 3,
  PATROL_OBJ = 4, BLOCK_SLOPE_OBJ = 5, ND_OBJ = 0
}
enum  objectiveStatus_t {
  OBJ_IN_PROGRESS = 1, MOVE_TO_OBJ = 2, OBJ_NOT_ASSIGNED = 3, FLEE_OBJ = 4,
  ND_OBJ_STATUS = 0
}

Enumeration Type Documentation

Enumerator:
DEFEND_BASE_OBJ 
ATTACK_BASE_OBJ 
EXPLORE_OBJ 
DROP_OBJ 
PATROL_OBJ 
BLOCK_SLOPE_OBJ 
ND_OBJ 
Enumerator:
OBJ_IN_PROGRESS 
MOVE_TO_OBJ 
OBJ_NOT_ASSIGNED 
FLEE_OBJ 
ND_OBJ_STATUS 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines