* Returns the unit's floating elevation. * @return The unit's floating height. */
| 127 | * @return The unit's floating height. |
| 128 | */ |
| 129 | int Unit::getFloatHeight() const |
| 130 | { |
| 131 | return _floatHeight; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Gets the unit's armor type. |
no outgoing calls
no test coverage detected