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

Method animate

src/Battlescape/ScannerState.cpp:113–116  ·  view source on GitHub ↗

* Animation handler. Updates the minimap view animation. */

Source from the content-addressed store, hash-verified

111 * Animation handler. Updates the minimap view animation.
112*/
113void ScannerState::animate()
114{
115 _scannerView->animate();
116}
117
118/**
119 * Handles timers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected