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

Method getStats

src/Savegame/BattleUnit.cpp:2145–2148  ·  view source on GitHub ↗

* Gets pointer to the unit's stats. * @return stats Pointer to the unit's stats. */

Source from the content-addressed store, hash-verified

2143 * @return stats Pointer to the unit's stats.
2144 */
2145UnitStats *BattleUnit::getStats()
2146{
2147 return &_stats;
2148}
2149
2150/**
2151 * Get the unit's stand height.

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected