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

Method btnGraphsClick

src/Geoscape/GeoscapeState.cpp:1843–1846  ·  view source on GitHub ↗

* Goes to the Graphs screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

1841 * @param action Pointer to an action.
1842 */
1843void GeoscapeState::btnGraphsClick(Action *)
1844{
1845 _game->pushState(new GraphsState(_game));
1846}
1847
1848/**
1849 * Goes to the Ufopaedia window.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected