MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getNumEquipment

Method getNumEquipment

src/Savegame/Craft.cpp:442–445  ·  view source on GitHub ↗

* Returns the amount of equipment currently * equipped on this craft. * @return Number of items. */

Source from the content-addressed store, hash-verified

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

Callers 1

initMethod · 0.80

Calls 1

getTotalQuantityMethod · 0.80

Tested by

no test coverage detected