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

Method getStats

src/Ruleset/Unit.cpp:102–105  ·  view source on GitHub ↗

* Returns the unit's stats data object. * @return The unit's stats. */

Source from the content-addressed store, hash-verified

100 * @return The unit's stats.
101 */
102UnitStats *Unit::getStats()
103{
104 return &_stats;
105}
106
107/**
108 * Returns the unit's height at standing.

Callers 15

ActionMenuStateMethod · 0.45
addItemMethod · 0.45
thinkMethod · 0.45
thinkMethod · 0.45
setupAttackMethod · 0.45
evaluateAIModeMethod · 0.45
explosiveEfficacyMethod · 0.45
grenadeActionMethod · 0.45
psiActionMethod · 0.45
updateStatsMethod · 0.45
validThrowRangeMethod · 0.45
thinkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected