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

Method getAvailableEngineers

src/Savegame/Base.cpp:501–504  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

499 * @return Number of engineers.
500 */
501int Base::getAvailableEngineers() const
502{
503 return getEngineers();
504}
505
506/**
507 * Returns the total amount of engineers contained

Callers 9

setAssignedEngineerMethod · 0.80
moreEngineerMethod · 0.80
initMethod · 0.80
fillProductionListMethod · 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