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

Method btnCrewClick

src/Basescape/CraftInfoState.cpp:372–375  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

370 * @param action Pointer to an action.
371 */
372void CraftInfoState::btnCrewClick(Action *)
373{
374 _game->pushState(new CraftSoldiersState(_game, _base, _craftId));
375}
376
377/**
378 * Goes to the Select Equipment screen.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected