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

Method btnRotateDownPress

src/Geoscape/BuildNewBaseState.cpp:317–320  ·  view source on GitHub ↗

* Starts rotating the globe downwards. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

315 * @param action Pointer to an action.
316 */
317void BuildNewBaseState::btnRotateDownPress(Action *)
318{
319 _globe->rotateDown();
320}
321
322/**
323 * Stops rotating the globe downwards.

Callers

nothing calls this directly

Calls 1

rotateDownMethod · 0.80

Tested by

no test coverage detected