* Returns the language string that names * this unit. Each unit type has a unique name. * @return The unit's name. */
| 91 | * @return The unit's name. |
| 92 | */ |
| 93 | std::string Unit::getType() const |
| 94 | { |
| 95 | return _type; |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * Returns the unit's stats data object. |
no outgoing calls
no test coverage detected