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

Method setPsiTraining

src/Savegame/Soldier.cpp:530–533  ·  view source on GitHub ↗

* toggles whether or not the unit is in psi training */

Source from the content-addressed store, hash-verified

528 * toggles whether or not the unit is in psi training
529 */
530void Soldier::setPsiTraining()
531{
532 _psiTraining = !_psiTraining;
533}
534
535/**
536 * returns this soldier's psionic improvement score for this month.

Callers 3

destroyFacilityMethod · 0.80
completeTransferMethod · 0.80
lstSoldiersClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected