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

Method getSmoke

src/Savegame/Tile.cpp:689–692  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

687 * @return smoke : amount of turns this tile is smoking.
688 */
689int Tile::getSmoke() const
690{
691 return _smoke;
692}
693
694/**
695 * Get the number of frames the fire or smoke animation is off-sync.

Callers 5

prepareNewTurnMethod · 0.80
drawTerrainMethod · 0.80
visibleMethod · 0.80
explodeMethod · 0.80
detonateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected