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

Method isKneeled

src/Savegame/BattleUnit.cpp:758–761  ·  view source on GitHub ↗

* Is kneeled down? * @return true/false */

Source from the content-addressed store, hash-verified

756 * @return true/false
757 */
758bool BattleUnit::isKneeled() const
759{
760 return _kneeled;
761}
762
763/**
764 * Is floating? A unit is floating when there is no ground under him/her.

Callers 8

drawTerrainMethod · 0.80
drawRoutine0Method · 0.80
thinkMethod · 0.80
previewPathMethod · 0.80
kneelMethod · 0.80
moveUpDownMethod · 0.80
btnKneelClickMethod · 0.80
validateThrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected