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

Method getFlammable

src/Ruleset/MapData.cpp:413–416  ·  view source on GitHub ↗

* Gets the amount of flammable (how flammable this object is). * @return The amount of flammable. */

Source from the content-addressed store, hash-verified

411 * @return The amount of flammable.
412 */
413int MapData::getFlammable() const
414{
415 return _flammable;
416}
417
418/**
419 * Sets the amount of flammable (how flammable this object is).

Callers 2

prepareNewTurnMethod · 0.80
getFlammabilityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected