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

Method btnMonthlyCostsClick

src/Basescape/BaseInfoState.cpp:503–506  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

501 * @param action Pointer to an action.
502 */
503void BaseInfoState::btnMonthlyCostsClick(Action *)
504{
505 _game->pushState(new MonthlyCostsState(_game, _base));
506}
507
508}

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected