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

Method isInPsiTraining

src/Savegame/Soldier.cpp:522–525  ·  view source on GitHub ↗

* returns whether or not the unit is in psi training * @return true/false */

Source from the content-addressed store, hash-verified

520 * @return true/false
521 */
522bool Soldier::isInPsiTraining()
523{
524 return _psiTraining;
525}
526
527/**
528 * toggles whether or not the unit is in psi training

Callers 7

getUsedPsiLabsMethod · 0.80
destroyFacilityMethod · 0.80
initMethod · 0.80
completeTransferMethod · 0.80
lstSoldiersClickMethod · 0.80
time1MonthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected