issues
search
Dentosal
/
python-sc2
A StarCraft II bot api client library for Python 3
MIT License
588
stars
182
forks
source link
Update expansionlocations again, add dump data, unit.can_be_attacked
#278
Closed
tweakimp
closed
5 years ago
tweakimp
commented
5 years ago
expansion_locations
now works correct for all 50+ maps in @BurnySc2 s tests
in
client.py
you now find
dump_data
which lets you write all the game data into a file for further use
Unit
object now has
can_be_attacked
property which checks if you can actually attack an opponent unit (unit is not cloaked or cloaked and revealed)
expansion_locations
now works correct for all 50+ maps in @BurnySc2 s testsclient.py
you now finddump_data
which lets you write all the game data into a file for further useUnit
object now hascan_be_attacked
property which checks if you can actually attack an opponent unit (unit is not cloaked or cloaked and revealed)