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

Method getRepairRate

src/Ruleset/RuleCraft.cpp:243–246  ·  view source on GitHub ↗

* Gets how much damage is removed from the * craft while repairing. * @return The amount of damage. */

Source from the content-addressed store, hash-verified

241 * @return The amount of damage.
242 */
243int RuleCraft::getRepairRate() const
244{
245 return _repairRate;
246}
247
248/**
249 * Gets how much fuel is added to the

Callers 2

repairMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected