Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement building order handling #34

Closed
krogenth opened this issue Feb 20, 2022 · 0 comments · Fixed by #41
Closed

Implement building order handling #34

krogenth opened this issue Feb 20, 2022 · 0 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@krogenth
Copy link
Owner

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.

@krogenth krogenth added the enhancement New feature or request label Feb 20, 2022
@0x416C657852 0x416C657852 self-assigned this Feb 26, 2022
krogenth pushed a commit that referenced this issue Mar 4, 2022
resolves #34 + added isUpgrading check to isBusy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants