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

Missing ABILITY and UPGRADE #245

Closed ayu-mail closed 6 years ago

ayu-mail commented 6 years ago

Missing ABILITY and UPGRADE

sc2::ABILITY_ID::BUILD_LURKERDENMP value(1163) sc2::UPGRADE_ID::DIGGINGCLAWS value(293) sc2::ABILITY_ID::RESEARCH_DIGGINGCLAWS value(3709)

Observation()->GetUnitTypeData()[sc2::UNIT_TYPEID::PROTOSS_ARCHON].ability_id
return 0

herodrigues commented 6 years ago

@ayu-mail can you elaborate more about this?