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

Method init

src/Basescape/ResearchState.cpp:165–169  ·  view source on GitHub ↗

* Updates the research list * after going to other screens. */

Source from the content-addressed store, hash-verified

163 * after going to other screens.
164 */
165void ResearchState::init()
166{
167 State::init();
168 fillProjectList();
169}
170
171/**
172 * Fills the list with Base ResearchProjects. Also updates count of available lab space and available/allocated scientists.

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected