BWAPI
Functions | Variables
Aiur/src/UnitGroupManager.cpp File Reference
#include <UnitGroupManager.h>
Include dependency graph for UnitGroupManager.cpp:

Functions

UnitGroup AllUnits ()
UnitGroup SelectAll ()
UnitGroup SelectAll (BWAPI::UnitType type)
UnitGroup SelectAllEnemy ()
UnitGroup SelectAllEnemy (BWAPI::UnitType type)
UnitGroup SelectAll (BWAPI::Player *player, BWAPI::UnitType type)

Variables

std::map< BWAPI::Unit
*, BWAPI::Player * > 
unitOwner
std::map< BWAPI::Unit
*, BWAPI::UnitType
unitType
std::map< BWAPI::Player
*, std::map< BWAPI::UnitType,
UnitGroup > > 
data
std::map< BWAPI::Player
*, UnitGroup
allOwnedUnits
UnitGroup allUnits
BWAPI::Playerneutral
UnitGroupManagerTheUnitGroupManager = NULL

Function Documentation

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the call graph for this function:


Variable Documentation

std::map<BWAPI::Player*, std::map<BWAPI::UnitType,UnitGroup > > data
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines