Closed GoogleCodeExporter closed 8 years ago
Number of excluded orders in BWAPI:
Up to ZergUnitMorph: 12
Up to BuildNydusExit: 13
The difference in values between PlaceBuilding and ZergUnitMorph is 12, the
difference in values between ConstructingBuilding and BuildNydusExit is 13.
Probably not a coincidence.
Original comment by AHeinerm
on 13 Mar 2012 at 1:41
The problem is because the OrderTypesTypes enum is missing the
Undefined values like the UnitTypes and other enums have. Thus, the
ordinals don't match up to the ones in the C++ BWAPI.
Marcus
On Mar 12, 2012, at 9:41 PM, "jnibwapi@googlecode.com"
<jnibwapi@googlecode.com> wrote:
Original comment by marcus.m...@gmail.com
on 13 Mar 2012 at 4:08
that's what it looks like so fixing it shouldn't be hard
Original comment by AHeinerm
on 13 Mar 2012 at 10:19
It wasn't. I added the 'undefined' types, should work properly now.
Original comment by martijn....@gmail.com
on 27 Jun 2012 at 7:03
Original issue reported on code.google.com by
marcus.m...@gmail.com
on 7 Feb 2012 at 7:47