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

Method getAvailableScientists

src/Savegame/Base.cpp:466–469  ·  view source on GitHub ↗

* Returns the amount of scientists contained * in the base without any assignments. * @return Number of scientists. */

Source from the content-addressed store, hash-verified

464 * @return Number of scientists.
465 */
466int Base::getAvailableScientists() const
467{
468 return getScientists();
469}
470
471/**
472 * Returns the total amount of scientists contained

Callers 9

fillProjectListMethod · 0.80
setAssignedScientistMethod · 0.80
moreByValueMethod · 0.80
initMethod · 0.80
SellStateMethod · 0.80
getQuantityMethod · 0.80
TransferItemsStateMethod · 0.80
completeTransferMethod · 0.80
getQuantityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected