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

Method getFloatHeight

src/Ruleset/Unit.cpp:129–132  ·  view source on GitHub ↗

* Returns the unit's floating elevation. * @return The unit's floating height. */

Source from the content-addressed store, hash-verified

127 * @return The unit's floating height.
128 */
129int Unit::getFloatHeight() const
130{
131 return _floatHeight;
132}
133
134/**
135 * Gets the unit's armor type.

Callers 14

setupAmbushMethod · 0.45
findFirePointMethod · 0.45
performMeleeAttackMethod · 0.45
thinkMethod · 0.45
getTUCostMethod · 0.45
calculateThrowMethod · 0.45
calculateFOVMethod · 0.45
getSightOriginVoxelMethod · 0.45
checkVoxelExposureMethod · 0.45
canTargetUnitMethod · 0.45
hitMethod · 0.45
voxelCheckMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected