Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
379
UnitStats *Soldier::getInitStats()
380
{
381
return &_initialStats;
382
}
383
384
/**
385
* Get pointer to current stats.
Callers
2
prepareNewTurn
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected