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

Method getExplosions

src/Battlescape/Map.cpp:1456–1459  ·  view source on GitHub ↗

* Gets a list of explosion sprites on the map. * @return A list of explosion sprites. */

Source from the content-addressed store, hash-verified

1454 * @return A list of explosion sprites.
1455 */
1456std::list<Explosion*> *Map::getExplosions()
1457{
1458 return &_explosions;
1459}
1460
1461/**
1462 * Gets the pointer to the camera.

Callers 3

thinkMethod · 0.80
initMethod · 0.80
thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected