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

Method getItemType

src/Savegame/EquipmentLayoutItem.cpp:57–60  ·  view source on GitHub ↗

* Returns the item's type which has to be in a slot. * @return item type. */

Source from the content-addressed store, hash-verified

55 * @return item type.
56 */
57std::string EquipmentLayoutItem::getItemType() const
58{
59 return _itemType;
60}
61
62/**
63 * Returns the slot to be occupied.

Callers 1

placeItemByLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected