BWAPI
Functions | Variables
SnippyHolloW-BroodwarBotQ-f01ab56/src/Macro/UnitGroupManager.cpp File Reference
#include <PrecompiledHeader.h>
#include "Macro/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::Player * neutral
UnitGroupManagerTheUnitGroupManager = NULL

Function Documentation

Here is the caller graph for this function:

Here is the caller graph for this function:

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

Here is the caller graph for this function:

UnitGroup SelectAllEnemy ( BWAPI::UnitType  type)

Variable Documentation

std::map<BWAPI::Player*, UnitGroup> allOwnedUnits
std::map<BWAPI::Player*, std::map<BWAPI::UnitType,UnitGroup > > data
BWAPI::Player* neutral
std::map<BWAPI::Unit*,BWAPI::Player*> unitOwner
std::map<BWAPI::Unit*,BWAPI::UnitType> unitType
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines