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

Method getItems

src/Savegame/Base.cpp:321–324  ·  view source on GitHub ↗

* Returns the list of items in the base. * @return Pointer to the item list. */

Source from the content-addressed store, hash-verified

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

Callers 15

getUsedStoresMethod · 0.45
getUsedContainmentMethod · 0.45
destroyFacilityMethod · 0.45
stepMethod · 0.45
startItemMethod · 0.45
nextStageMethod · 0.45
deployXCOMMethod · 0.45
placeItemByLayoutMethod · 0.45
addItemMethod · 0.45
fuelPowerSourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected