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

Method getRecoveryPoints

src/Ruleset/RuleItem.cpp:624–627  ·  view source on GitHub ↗

* Returns the item's recovery points. * This is used during the battlescape debriefing score calculation. * @return The recovery points. */

Source from the content-addressed store, hash-verified

622 * @return The recovery points.
623 */
624int RuleItem::getRecoveryPoints() const
625{
626 return _recoveryPoints;
627}
628
629/**
630 * Returns the item's armor.

Callers 1

recoverItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected