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

Method getStoreItem

src/Ruleset/Armor.cpp:174–177  ·  view source on GitHub ↗

* Gets the storage item needed to equip this. * @return The name of the store item. */

Source from the content-addressed store, hash-verified

172 * @return The name of the store item.
173 */
174std::string Armor::getStoreItem() const
175{
176 return _storeItem;
177}
178
179/**
180 * Gets the drawing routine ID.

Callers 6

btnOkClickMethod · 0.80
btnOkClickMethod · 0.80
changeByValueMethod · 0.80
SoldierArmorStateMethod · 0.80
lstArmorClickMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected