BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Functions | Variables
BWAPI::TechTypes Namespace Reference

Functions

void init ()
TechType getTechType (std::string name)
const std::set< TechType > & allTechTypes ()

Variables

const TechType Stim_Packs (0)
const TechType Lockdown (1)
const TechType EMP_Shockwave (2)
const TechType Spider_Mines (3)
const TechType Scanner_Sweep (4)
const TechType Tank_Siege_Mode (5)
const TechType Defensive_Matrix (6)
const TechType Irradiate (7)
const TechType Yamato_Gun (8)
const TechType Cloaking_Field (9)
const TechType Personnel_Cloaking (10)
const TechType Burrowing (11)
const TechType Infestation (12)
const TechType Spawn_Broodlings (13)
const TechType Dark_Swarm (14)
const TechType Plague (15)
const TechType Consume (16)
const TechType Ensnare (17)
const TechType Parasite (18)
const TechType Psionic_Storm (19)
const TechType Hallucination (20)
const TechType Recall (21)
const TechType Stasis_Field (22)
const TechType Archon_Warp (23)
const TechType Restoration (24)
const TechType Disruption_Web (25)
const TechType Mind_Control (27)
const TechType Dark_Archon_Meld (28)
const TechType Feedback (29)
const TechType Optical_Flare (30)
const TechType Maelstrom (31)
const TechType Lurker_Aspect (32)
const TechType Healing (34)
const TechType None (44)
const TechType Unknown (45)
const TechType Nuclear_Strike (46)

Function Documentation

const std::set< TechType > & BWAPI::TechTypes::allTechTypes ( )

Returns the set of all the TechTypes.

Here is the caller graph for this function:

TechType BWAPI::TechTypes::getTechType ( std::string  name)

Given a string, this will return the tech type.

Here is the call graph for this function:

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines