----------------------------------------------- GET LAST ERROR -------------------------------------------
| 66 | } |
| 67 | //----------------------------------------------- GET LAST ERROR ------------------------------------------- |
| 68 | Error GameImpl::getLastError() const |
| 69 | { |
| 70 | // returns the last error encountered in BWAPI |
| 71 | return lastError; |
| 72 | } |
| 73 | //--------------------------------------------- SET LAST ERROR --------------------------------------------- |
| 74 | bool GameImpl::setLastError(BWAPI::Error e) const |
| 75 | { |