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 281 forks source link

Add local_map_path to GameInfo #154

Closed IanGallacher closed 7 years ago

IanGallacher commented 7 years ago

I'm not sure I got the documentation correct for local_map_path. My understanding is that local_map_path is simply the filename of the map, and never a complete path.

KevinCalderone commented 7 years ago

Thanks!

I don't fully remember off hand what the behavior of that field is. I think it may be a relative path or absolute path depending on if the map is inside the standard Maps folder.