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

Method getHealthRecovery

src/Ruleset/RuleItem.cpp:550–553  ·  view source on GitHub ↗

* Gets the amount of health added to a wounded soldier's health. * @return The amount of health to add. */

Source from the content-addressed store, hash-verified

548 * @return The amount of health to add.
549 */
550int RuleItem::getHealthRecovery () const
551{
552 return _healthRecovery;
553}
554
555/**
556 * Gets the amount of energy added to a soldier's energy.

Callers 1

onHealClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected