18 auto upc = std::make_shared<UPCTuple>();
24 auto upc = std::make_shared<UPCTuple>();
31 auto upc = std::make_shared<UPCTuple>();
38 auto upc = std::make_shared<UPCTuple>();
46 auto upc = std::make_shared<UPCTuple>();
54 auto upc = std::make_shared<UPCTuple>(other_upc);
Command
Abstract "meta" commands for UPCTuples.
Definition: basetypes.h:314
Represents and holds information about buildable types (units, upgrades, techs).
Definition: buildtype.h:36
std::unordered_map< BuildType const *, float > BuildTypeMap
Definition: upc.h:48
(Unit, Position, Command) tuple.
Definition: upc.h:43
Represents a unit in the game.
Definition: unitsinfo.h:35
std::unordered_map< Unit *, float > UnitMap
Definition: upc.h:46
auto makeSharpUPC(Unit *u, Command c)
Definition: upcs.h:17
Main namespace for bot-related code.
Definition: areainfo.cpp:17