* Get the unit's stand height. * @return The unit's height in voxels, when standing up. */
| 2152 | * @return The unit's height in voxels, when standing up. |
| 2153 | */ |
| 2154 | int BattleUnit::getStandHeight() const |
| 2155 | { |
| 2156 | return _standHeight; |
| 2157 | } |
| 2158 | |
| 2159 | /** |
| 2160 | * Get the unit's kneel height. |