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

Method btnRotateUpPress

src/Geoscape/BuildNewBaseState.cpp:299–302  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

297 * @param action Pointer to an action.
298 */
299void BuildNewBaseState::btnRotateUpPress(Action *)
300{
301 _globe->rotateUp();
302}
303
304/**
305 * Stops rotating the globe upwards.

Callers

nothing calls this directly

Calls 1

rotateUpMethod · 0.80

Tested by

no test coverage detected