BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
509 stars 157 forks source link

can_place_single takes AbilityData, AbilityId, UnitTypeId but only functions with AbilityData #83

Closed shostyn closed 3 years ago

shostyn commented 3 years ago

can_place converts all to AbilityData before calling _query_building_placement_fast but can_place_single does not