* Returns the list of vehicles currently equipped * in the base. * @return Pointer to vehicle list. */
| 1313 | * @return Pointer to vehicle list. |
| 1314 | */ |
| 1315 | std::vector<Vehicle*> *Base::getVehicles() |
| 1316 | { |
| 1317 | return &_vehicles; |
| 1318 | } |
| 1319 | |
| 1320 | /** |
| 1321 | * Destroys all disconnected facilities in the base. |
no outgoing calls
no test coverage detected