* Returns the amount of equipment currently * equipped on this craft. * @return Number of items. */
| 440 | * @return Number of items. |
| 441 | */ |
| 442 | int Craft::getNumEquipment() const |
| 443 | { |
| 444 | return _items->getTotalQuantity(); |
| 445 | } |
| 446 | |
| 447 | /** |
| 448 | * Returns the amount of vehicles currently |