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

Method setFuel

src/Ruleset/MapData.cpp:440–443  ·  view source on GitHub ↗

* Sets the amount of fuel. * @param value The amount of fuel. */

Source from the content-addressed store, hash-verified

438 * @param value The amount of fuel.
439 */
440void MapData::setFuel(int value)
441{
442 _fuel = value;
443}
444
445/**
446 * Gets the loft index for a certain layer.

Callers 2

modifyDataMethod · 0.45
loadDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected