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

Method getCurrentStats

src/Savegame/Soldier.cpp:387–390  ·  view source on GitHub ↗

* Get pointer to current stats. */

Source from the content-addressed store, hash-verified

385 * Get pointer to current stats.
386 */
387UnitStats *Soldier::getCurrentStats()
388{
389 return &_currentStats;
390}
391
392/**
393 * Returns the unit's promotion status and resets it.

Callers 6

getSoldierScoreMethod · 0.45
BattleUnitMethod · 0.45
postMissionProceduresMethod · 0.45
initMethod · 0.45
initSaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected