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

Method btnFundingClick

src/Geoscape/GeoscapeState.cpp:1870–1873  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1868 * @param action Pointer to an action.
1869 */
1870void GeoscapeState::btnFundingClick(Action *)
1871{
1872 _game->pushState(new FundingState(_game));
1873}
1874
1875/**
1876 * Starts rotating the globe to the left.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected