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

Method getFire

src/Savegame/Tile.cpp:648–651  ·  view source on GitHub ↗

* Get the amount of turns this tile is on fire. 0 = no fire. * @return fire : amount of turns this tile is on fire. */

Source from the content-addressed store, hash-verified

646 * @return fire : amount of turns this tile is on fire.
647 */
648int Tile::getFire() const
649{
650 return _fire;
651}
652
653/**
654 * Set the amount of turns this tile is smoking. 0 = no smoke.

Callers 13

getPatrolNodeMethod · 0.45
prepareNewTurnMethod · 0.45
prepareNewTurnMethod · 0.45
setupPatrolMethod · 0.45
setupEscapeMethod · 0.45
drawTerrainMethod · 0.45
thinkMethod · 0.45
getTUCostMethod · 0.45
setupEscapeMethod · 0.45
calculateUnitLightingMethod · 0.45
visibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected