Type Classes module

List of type classes.

Contents

Classes

class BWAPI::BulletType
This class represents a type of bullet.
class BWAPI::Color
The Color object is used in drawing routines to specify the color to use.
class BWAPI::DamageType
Damage types are used in Broodwar to determine the amount of damage that will be done to a unit.
class BWAPI::Error
The Error object is generally used to determine why certain functions in BWAPI have failed.
class BWAPI::ExplosionType
A representation of a weapon's explosion type.
class BWAPI::GameType
A class that represents game types in Broodwar.
class BWAPI::Order
An Order (Order type) represents a Unit's current action and can be retrieved with Unit::getOrder.
class BWAPI::PlayerType
Represents the type of controller for the player slot (i.e.
class BWAPI::Race
The Race object is used to get information about a particular race.
class BWAPI::TechType
The TechType (or Technology Type, also referred to as an Ability) represents a Unit's ability which can be researched with Unit::research or used with Unit::useTech.
class BWAPI::UnitCommandType
A representation of a unit command in BWAPI.
class BWAPI::UnitSizeType
Size types are used by unit types in Broodwar to determine how much damage will be applied.
class BWAPI::UnitType
The UnitType is used to get information about a particular type of unit, such as its cost, build time, weapon, hit points, abilities, etc.
class BWAPI::UpgradeType
The upgrade type represents a passive upgrade that can be obtained with Unit::upgrade.
class BWAPI::WeaponType
This object identifies a weapon type used by a unit to attack and deal damage.