* Returns the unit's stats data object. * @return The unit's stats. */
| 100 | * @return The unit's stats. |
| 101 | */ |
| 102 | UnitStats *Unit::getStats() |
| 103 | { |
| 104 | return &_stats; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Returns the unit's height at standing. |
no outgoing calls
no test coverage detected