---------------------------------------------- ORDER SELECT ----------------------------------------------
| 121 | } |
| 122 | //---------------------------------------------- ORDER SELECT ---------------------------------------------- |
| 123 | void UnitImpl::orderSelect() |
| 124 | { |
| 125 | Unit u = this; |
| 126 | BW::Orders::Select sel = BW::Orders::Select(1, &u); |
| 127 | QueueGameCommand(&sel, sel.size()); |
| 128 | BroodwarImpl.apmCounter.addSelect(); |
| 129 | } |
| 130 | //---------------------------------------------------------------------------------------------------------- |
| 131 | UnitImpl* UnitImpl::BWUnitToBWAPIUnit(BW::CUnit* unit) |
| 132 | { |
no test coverage detected