Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

Question about path-finding info #291

Open davechurchill opened 5 years ago

davechurchill commented 5 years ago

I see that GameInfo has some path-finding information, specifically whether a given 'build tile' is walkable or not. Is this the highest resolution information that is available in the API?

Is there any way to access the game's polygonal representation of the level / pathing geometry?