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

Method zoomOutEffect

src/Geoscape/GeoscapeState.cpp:1998–2006  ·  view source on GitHub ↗

* Zoom out effect for dogfights. */

Source from the content-addressed store, hash-verified

1996 * Zoom out effect for dogfights.
1997 */
1998void GeoscapeState::zoomOutEffect()
1999{
2000 if (_globe->zoomDogfightOut())
2001 {
2002 _zoomOutEffectDone = true;
2003 _zoomOutEffectTimer->stop();
2004 init();
2005 }
2006}
2007
2008/**
2009 * Dogfight logic. Moved here to have the code clean.

Callers

nothing calls this directly

Calls 3

initFunction · 0.85
zoomDogfightOutMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected