--------------------------------------------- GET TYPE ---------------------------------------------------
| 58 | } |
| 59 | //--------------------------------------------- GET TYPE --------------------------------------------------- |
| 60 | BWAPI::PlayerType PlayerImpl::getType() const |
| 61 | { |
| 62 | return BWAPI::PlayerType((int)(BW::BWDATA::Players[index].nType)); |
| 63 | } |
| 64 | //--------------------------------------------- GET FORCE -------------------------------------------------- |
| 65 | Force PlayerImpl::getForce() const |
| 66 | { |
no test coverage detected