|
ProtoBot
|
Counter of the amount of units that are ProtoBot currently has created. Units in StarCraft have two states 'created' and 'completed', while the InformationManager has a counter for ProtoBot's units, the counter only considers completed units. More...
#include <StrategyManager.h>
Public Attributes | |
| int | created_workers = 0 |
| int | created_zealots = 0 |
| int | created_dragoons = 0 |
| int | created_dark_templars = 0 |
| int | created_observers = 0 |
| int | created_nexus = 0 |
| int | created_gateway = 0 |
| int | created_forge = 0 |
| int | created_cybernetics = 0 |
| int | created_roboticsFacility = 0 |
| int | created_observatory = 0 |
| int | created_citadel = 0 |
| int | created_templarArchives = 0 |
| int | created_photonCannons = 0 |
| int | created_pylons = 0 |
| bool | singularity_requests = false |
| int | groundWeapons_requests = 0 |
| int | groundArmor_requests = 0 |
| int | plasmaShields_requests = 0 |
| int | legEnhancements_requests = 0 |
Counter of the amount of units that are ProtoBot currently has created. Units in StarCraft have two states 'created' and 'completed', while the InformationManager has a counter for ProtoBot's units, the counter only considers completed units.
Definition at line 64 of file StrategyManager.h.
| int ProtoBotProductionCount::created_citadel = 0 |
Definition at line 80 of file StrategyManager.h.
| int ProtoBotProductionCount::created_cybernetics = 0 |
Definition at line 77 of file StrategyManager.h.
| int ProtoBotProductionCount::created_dark_templars = 0 |
Definition at line 70 of file StrategyManager.h.
| int ProtoBotProductionCount::created_dragoons = 0 |
Definition at line 69 of file StrategyManager.h.
| int ProtoBotProductionCount::created_forge = 0 |
Definition at line 76 of file StrategyManager.h.
| int ProtoBotProductionCount::created_gateway = 0 |
Definition at line 75 of file StrategyManager.h.
| int ProtoBotProductionCount::created_nexus = 0 |
Definition at line 74 of file StrategyManager.h.
| int ProtoBotProductionCount::created_observatory = 0 |
Definition at line 79 of file StrategyManager.h.
| int ProtoBotProductionCount::created_observers = 0 |
Definition at line 71 of file StrategyManager.h.
| int ProtoBotProductionCount::created_photonCannons = 0 |
Definition at line 82 of file StrategyManager.h.
| int ProtoBotProductionCount::created_pylons = 0 |
Definition at line 83 of file StrategyManager.h.
| int ProtoBotProductionCount::created_roboticsFacility = 0 |
Definition at line 78 of file StrategyManager.h.
| int ProtoBotProductionCount::created_templarArchives = 0 |
Definition at line 81 of file StrategyManager.h.
| int ProtoBotProductionCount::created_workers = 0 |
Definition at line 67 of file StrategyManager.h.
| int ProtoBotProductionCount::created_zealots = 0 |
Definition at line 68 of file StrategyManager.h.
| int ProtoBotProductionCount::groundArmor_requests = 0 |
Definition at line 88 of file StrategyManager.h.
| int ProtoBotProductionCount::groundWeapons_requests = 0 |
Definition at line 87 of file StrategyManager.h.
| int ProtoBotProductionCount::legEnhancements_requests = 0 |
Definition at line 90 of file StrategyManager.h.
| int ProtoBotProductionCount::plasmaShields_requests = 0 |
Definition at line 89 of file StrategyManager.h.
| bool ProtoBotProductionCount::singularity_requests = false |
Definition at line 86 of file StrategyManager.h.