You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Zerg buildings, orders are fairly straight forward: morph or make upgrades, so a building's handling of an order will only contain the BWAPI::UnitType to make without a BWAPI::TilePosition or any positional checking. Just like the order handling in #31, orders can be retrieved from the Strategist's getUnitOrder(BWAPI::UnitType type) method.
The text was updated successfully, but these errors were encountered:
For Zerg buildings, orders are fairly straight forward: morph or make upgrades, so a building's handling of an order will only contain the
BWAPI::UnitType
to make without aBWAPI::TilePosition
or any positional checking. Just like the order handling in #31, orders can be retrieved from the Strategist'sgetUnitOrder(BWAPI::UnitType type)
method.The text was updated successfully, but these errors were encountered: