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

Method addProduction

src/Savegame/Base.cpp:970–973  ·  view source on GitHub ↗

* Add a new Production to the Base * @param p A pointer to a Production */

Source from the content-addressed store, hash-verified

968 * @param p A pointer to a Production
969*/
970void Base::addProduction (Production * p)
971{
972 _productions.push_back(p);
973}
974
975/**
976 * Add A new ResearchProject to Base

Callers 1

buildUiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected