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

Method getStandHeight

src/Ruleset/Unit.cpp:111–114  ·  view source on GitHub ↗

* Returns the unit's height at standing. * @return The unit's height. */

Source from the content-addressed store, hash-verified

109 * @return The unit's height.
110 */
111int Unit::getStandHeight() const
112{
113 return _standHeight;
114}
115
116/**
117 * Returns the unit's height at kneeling.

Callers 1

drawRoutine0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected