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

Method getRefuelRate

src/Ruleset/RuleCraft.cpp:253–256  ·  view source on GitHub ↗

* Gets how much fuel is added to the * craft while refuelling. * @return The amount of fuel. */

Source from the content-addressed store, hash-verified

251 * @return The amount of fuel.
252 */
253int RuleCraft::getRefuelRate() const
254{
255 return _refuelRate;
256}
257
258/**
259 * Gets the craft's radar range

Callers 2

refuelMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected