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

Method getMaxFuel

src/Ruleset/RuleCraft.cpp:134–137  ·  view source on GitHub ↗

* Gets the maximum fuel the craft can contain. * @return The fuel amount. */

Source from the content-addressed store, hash-verified

132 * @return The fuel amount.
133 */
134int RuleCraft::getMaxFuel() const
135{
136 return _fuelMax;
137}
138
139/**
140 * Gets the maximum damage (damage the craft can take)

Callers 5

setFuelMethod · 0.80
getFuelPercentageMethod · 0.80
refuelMethod · 0.80
initMethod · 0.80
ArticleStateCraftMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected