ocraft / ocraft-s2client

StarCraft II Client - Java library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
55 stars 15 forks source link

SettingsSyntax.setShowBurrowed(boolean) is missing #33

Closed Ketroc closed 4 years ago

Ketroc commented 4 years ago

I believe this can be implemented very similar to SettingsSyntax.setShowCloaked(). It's an option that the other apis have.

Ketroc commented 4 years ago

Its interface option in protobuf: https://github.com/Blizzard/s2client-proto/blob/master/s2clientprotocol/sc2api.proto#L571