------------------------------------------------ GET TARGET ----------------------------------------------
| 45 | } |
| 46 | //------------------------------------------------ GET TARGET ---------------------------------------------- |
| 47 | Unit BulletImpl::getTarget() const |
| 48 | { |
| 49 | return Broodwar->getUnit(self->target); |
| 50 | } |
| 51 | //-------------------------------------------- GET TARGET POSITION ----------------------------------------- |
| 52 | Position BulletImpl::getTargetPosition() const |
| 53 | { |