google-code-export / bwapi

Automatically exported from code.google.com/p/bwapi
0 stars 0 forks source link

wiki error #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

attackUnit

bool attackUnit(Position target);

Orders the unit to attack the specified unit. 

should be 

bool attackUnit(Unit* unit);

Original issue reported on code.google.com by vimtutor on 12 Dec 2009 at 6:21

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by lowerlo...@gmail.com on 12 Dec 2009 at 6:30