* Get the unit's kneel height. * @return The unit's height in voxels, when kneeling. */
| 2161 | * @return The unit's height in voxels, when kneeling. |
| 2162 | */ |
| 2163 | int BattleUnit::getKneelHeight() const |
| 2164 | { |
| 2165 | return _kneelHeight; |
| 2166 | } |
| 2167 | |
| 2168 | /** |
| 2169 | * Get the unit's floating elevation. |