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

Method setFlammable

src/Ruleset/MapData.cpp:422–425  ·  view source on GitHub ↗

* Sets the amount of flammable (how flammable this object is). * @param value The amount of flammable. */

Source from the content-addressed store, hash-verified

420 * @param value The amount of flammable.
421 */
422void MapData::setFlammable(int value)
423{
424 _flammable = value;
425}
426
427/**
428 * Gets the amount of fuel.

Callers 2

modifyDataMethod · 0.80
loadDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected