* Returns the list of items in the base. * @return Pointer to the item list. */
| 319 | * @return Pointer to the item list. |
| 320 | */ |
| 321 | ItemContainer *Base::getItems() |
| 322 | { |
| 323 | return _items; |
| 324 | } |
| 325 | |
| 326 | /** |
| 327 | * Returns the amount of scientists currently in the base. |
no outgoing calls
no test coverage detected