#include <TechType.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
Returns the amount of energy used each time this tech type is used.
Returns the vespene gas price of the tech type.
Returns the unique ID for this tech type.
Returns the name of the tech type.
Returns the order used to execute this tech type as an action.
Returns the corresponding weapon for this tech type, or TechTypes::None if no corresponding weapon exists. For example, TechTypes::Dark_Swarm.getWeapon() will return a pointer to WeaponTypes::Dark_Swarm.
Returns the mineral cost of the tech type.
BWAPI::TechType::operator int |
( |
| ) |
const |
Returns the number of frames needed to research the tech type.
Returns true if this tech type must be specified a position (i.e. Dark Swarm)
Returns true if this tech type must be used on another unit (i.e. Irradiate)
Returns the type of unit that researches this tech type. If this tech type is available for free (does not need to be researched), then this method will return UnitTypes::None.
Returns the set of units that can use this tech type. Usually this will just be a set of one unit type, however in some cases, such as TechTypes::Burrowing, several unit types will be returned.
The documentation for this class was generated from the following file: