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

Method getSpriteInventory

src/Ruleset/Armor.cpp:109–112  ·  view source on GitHub ↗

* Gets the unit's inventory sprite. * @return The inventory sprite name. */

Source from the content-addressed store, hash-verified

107 * @return The inventory sprite name.
108 */
109std::string Armor::getSpriteInventory() const
110{
111 return _spriteInv;
112}
113
114/**
115 * Gets the front armor level.

Callers 2

initMethod · 0.80
ArticleStateArmorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected