ProtoBot
Loading...
Searching...
No Matches
ProtoBotProductionCount Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ created_citadel

int ProtoBotProductionCount::created_citadel = 0

Definition at line 80 of file StrategyManager.h.

◆ created_cybernetics

int ProtoBotProductionCount::created_cybernetics = 0

Definition at line 77 of file StrategyManager.h.

◆ created_dark_templars

int ProtoBotProductionCount::created_dark_templars = 0

Definition at line 70 of file StrategyManager.h.

◆ created_dragoons

int ProtoBotProductionCount::created_dragoons = 0

Definition at line 69 of file StrategyManager.h.

◆ created_forge

int ProtoBotProductionCount::created_forge = 0

Definition at line 76 of file StrategyManager.h.

◆ created_gateway

int ProtoBotProductionCount::created_gateway = 0

Definition at line 75 of file StrategyManager.h.

◆ created_nexus

int ProtoBotProductionCount::created_nexus = 0

Definition at line 74 of file StrategyManager.h.

◆ created_observatory

int ProtoBotProductionCount::created_observatory = 0

Definition at line 79 of file StrategyManager.h.

◆ created_observers

int ProtoBotProductionCount::created_observers = 0

Definition at line 71 of file StrategyManager.h.

◆ created_photonCannons

int ProtoBotProductionCount::created_photonCannons = 0

Definition at line 82 of file StrategyManager.h.

◆ created_pylons

int ProtoBotProductionCount::created_pylons = 0

Definition at line 83 of file StrategyManager.h.

◆ created_roboticsFacility

int ProtoBotProductionCount::created_roboticsFacility = 0

Definition at line 78 of file StrategyManager.h.

◆ created_templarArchives

int ProtoBotProductionCount::created_templarArchives = 0

Definition at line 81 of file StrategyManager.h.

◆ created_workers

int ProtoBotProductionCount::created_workers = 0

Definition at line 67 of file StrategyManager.h.

◆ created_zealots

int ProtoBotProductionCount::created_zealots = 0

Definition at line 68 of file StrategyManager.h.

◆ groundArmor_requests

int ProtoBotProductionCount::groundArmor_requests = 0

Definition at line 88 of file StrategyManager.h.

◆ groundWeapons_requests

int ProtoBotProductionCount::groundWeapons_requests = 0

Definition at line 87 of file StrategyManager.h.

◆ legEnhancements_requests

int ProtoBotProductionCount::legEnhancements_requests = 0

Definition at line 90 of file StrategyManager.h.

◆ plasmaShields_requests

int ProtoBotProductionCount::plasmaShields_requests = 0

Definition at line 89 of file StrategyManager.h.

◆ singularity_requests

bool ProtoBotProductionCount::singularity_requests = false

Definition at line 86 of file StrategyManager.h.


The documentation for this struct was generated from the following file: