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

Method getInitStats

src/Savegame/Soldier.cpp:379–382  ·  view source on GitHub ↗

* Get pointer to initial stats. */

Source from the content-addressed store, hash-verified

377 * Get pointer to initial stats.
378 */
379UnitStats *Soldier::getInitStats()
380{
381 return &_initialStats;
382}
383
384/**
385 * Get pointer to current stats.

Callers 2

prepareNewTurnMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected