Closed lrCritch closed 6 years ago
Is there a function call to check what unit type is currently being produced by a Zerg Egg? I can't find it on my own in the API
Hi, @lrc374 I used the following: unit_->orders.front().ability_id == sc2::ABILITY_ID::TRAIN_OVERLORD where unit_ is particular egg.
unit_->orders.front().ability_id == sc2::ABILITY_ID::TRAIN_OVERLORD
Thanks!!
Is there a function call to check what unit type is currently being produced by a Zerg Egg? I can't find it on my own in the API