* @return The unique ID assigned to this mission. */
| 576 | * @return The unique ID assigned to this mission. |
| 577 | */ |
| 578 | int AlienMission::getId() const |
| 579 | { |
| 580 | assert(_uniqueID != 0 && "Uninitalized mission!"); |
| 581 | return _uniqueID; |
| 582 | } |
| 583 | |
| 584 | /** |
| 585 | * Sets the alien base associated with this mission. |
no outgoing calls
no test coverage detected