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

Method btnBaseInfoClick

src/Basescape/BasescapeState.cpp:278–281  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

276 * @param action Pointer to an action.
277 */
278void BasescapeState::btnBaseInfoClick(Action *)
279{
280 _game->pushState(new BaseInfoState(_game, _base, this));
281}
282
283/**
284 * Goes to the Soldiers screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected