* Returns the list of items in the craft. * @return Pointer to the item list. */
| 469 | * @return Pointer to the item list. |
| 470 | */ |
| 471 | ItemContainer *Craft::getItems() |
| 472 | { |
| 473 | return _items; |
| 474 | } |
| 475 | |
| 476 | /** |
| 477 | * Returns the list of vehicles currently equipped |