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

Method kneel

src/Savegame/BattleUnit.cpp:748–752  ·  view source on GitHub ↗

* Kneel down. * @param kneeled to kneel or to stand up */

Source from the content-addressed store, hash-verified

746 * @param kneeled to kneel or to stand up
747 */
748void BattleUnit::kneel(bool kneeled)
749{
750 _kneeled = kneeled;
751 _cacheInvalid = true;
752}
753
754/**
755 * Is kneeled down?

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected