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

Method getItems

src/Savegame/Craft.cpp:471–474  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

rearmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected