MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getStandHeight

Method getStandHeight

src/Savegame/BattleUnit.cpp:2154–2157  ·  view source on GitHub ↗

* Get the unit's stand height. * @return The unit's height in voxels, when standing up. */

Source from the content-addressed store, hash-verified

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

Callers 1

BattleUnitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected