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

Method setHealQuantity

src/Savegame/BattleItem.cpp:435–438  ·  view source on GitHub ↗

* Sets the heal quantity of the item. * @param heal The new heal quantity. */

Source from the content-addressed store, hash-verified

433 * @param heal The new heal quantity.
434 */
435void BattleItem::setHealQuantity (int heal)
436{
437 _heal = heal;
438}
439
440/**
441 * Gets the heal quantity of the item.

Callers 1

onHealClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected