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

Method think

src/Interface/Window.cpp:115–124  ·  view source on GitHub ↗

* Keeps the animation timers running. */

Source from the content-addressed store, hash-verified

113 * Keeps the animation timers running.
114 */
115void Window::think()
116{
117 if (_hidden && _popupStep < 1.0)
118 {
119 _state->hideAll();
120 setHidden(false);
121 }
122
123 _timer->think(0, this);
124}
125
126/**
127 * Plays the window popup animation.

Callers

nothing calls this directly

Calls 1

hideAllMethod · 0.80

Tested by

no test coverage detected