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

Method btnNewProductionClick

src/Basescape/ManufactureState.cpp:180–183  ·  view source on GitHub ↗

* Opens the screen with the list of possible productions. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

178 * @param action Pointer to an action.
179 */
180void ManufactureState::btnNewProductionClick(Action *)
181{
182 _game->pushState(new NewManufactureListState(_game, _base));
183}
184
185/**
186 * Fills the list of base productions.

Callers

nothing calls this directly

Calls 1

pushStateMethod · 0.80

Tested by

no test coverage detected