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

Method btnArmorClick

src/Basescape/CraftInfoState.cpp:390–393  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

388 * @param action Pointer to an action.
389 */
390void CraftInfoState::btnArmorClick(Action *)
391{
392 _game->pushState(new CraftArmorState(_game, _base, _craftId));
393}
394
395/**
396 * Changes the Craft name.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected