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

Method edtBaseChange

src/Basescape/BaseInfoState.cpp:422–425  ·  view source on GitHub ↗

* Changes the base name. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

420 * @param action Pointer to an action.
421 */
422void BaseInfoState::edtBaseChange(Action *action)
423{
424 _base->setName(_edtBase->getText());
425}
426
427/**
428 * Selects a new base to display.

Callers

nothing calls this directly

Calls 2

setNameMethod · 0.45
getTextMethod · 0.45

Tested by

no test coverage detected