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

When a unit is requested to be made, a couple checks need to be put in place to see if ProtoBot is making units at a expected amount.
A PossibleRequests is a way to be able to consider the creation of the unit before actually making a request. More...

#include <StrategyManager.h>

Public Attributes

std::vector< PossibleUnitRequestunits
std::vector< PossibleBuildingRequestsupplyBuildings
std::vector< PossibleUpgradeRequestupgrades
PossibleBuildingRequest buildings

Detailed Description

When a unit is requested to be made, a couple checks need to be put in place to see if ProtoBot is making units at a expected amount.
A PossibleRequests is a way to be able to consider the creation of the unit before actually making a request.

Definition at line 214 of file StrategyManager.h.

Member Data Documentation

◆ buildings

PossibleBuildingRequest PossibleRequests::buildings

Definition at line 223 of file StrategyManager.h.

◆ supplyBuildings

std::vector<PossibleBuildingRequest> PossibleRequests::supplyBuildings

Definition at line 218 of file StrategyManager.h.

◆ units

std::vector<PossibleUnitRequest> PossibleRequests::units

Definition at line 217 of file StrategyManager.h.

◆ upgrades

std::vector<PossibleUpgradeRequest> PossibleRequests::upgrades

Definition at line 220 of file StrategyManager.h.


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