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

Method getHealQuantity

src/Savegame/BattleItem.cpp:444–447  ·  view source on GitHub ↗

* Gets the heal quantity of the item. * @return The new heal quantity. */

Source from the content-addressed store, hash-verified

442 * @return The new heal quantity.
443 */
444int BattleItem::getHealQuantity () const
445{
446 return _heal;
447}
448
449/**
450 * Sets the pain killer quantity of the item.

Callers 1

BattleItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected