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

UNLOADUNIT_X has "Target: None." #212

Open Archiatrus opened 6 years ago

Archiatrus commented 6 years ago

Hi,

For example:

UNLOADUNIT_MEDIVAC = 397, // Target: None.

Shouldn't that target the unit we want to unload? I only want to unload healthy marines. I tried just giving the UnitCommand function the unit as input in case the comment is outdated but then nothing happened.

Regards