--------------------------------------------- GET PLAYER -------------------------------------------------
| 39 | } |
| 40 | //--------------------------------------------- GET PLAYER ------------------------------------------------- |
| 41 | Player UnitImpl::getPlayer() const |
| 42 | { |
| 43 | return Broodwar->getPlayer(self->player); |
| 44 | } |
| 45 | //--------------------------------------------- GET TYPE --------------------------------------------------- |
| 46 | UnitType UnitImpl::getType() const |
| 47 | { |
no outgoing calls