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

Method init

src/Geoscape/BuildNewBaseState.cpp:162–168  ·  view source on GitHub ↗

* Stops the globe and adds radar hover effect. */

Source from the content-addressed store, hash-verified

160 * Stops the globe and adds radar hover effect.
161 */
162void BuildNewBaseState::init()
163{
164 State::init();
165 _globe->onMouseOver((ActionHandler)&BuildNewBaseState::globeHover);
166 _globe->rotateStop();
167 _globe->setNewBaseHover();
168}
169
170/**
171 * Runs the globe rotation timer.

Callers

nothing calls this directly

Calls 4

initFunction · 0.85
onMouseOverMethod · 0.80
rotateStopMethod · 0.80
setNewBaseHoverMethod · 0.80

Tested by

no test coverage detected