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

Method getVerticalDirection

src/Savegame/BattleUnit.cpp:399–402  ·  view source on GitHub ↗

* Gets the BattleUnit's vertical direction. This is when going up or down. * @return direction */

Source from the content-addressed store, hash-verified

397 * @return direction
398 */
399int BattleUnit::getVerticalDirection() const
400{
401 return _verticalDirection;
402}
403
404/**
405 * Gets the unit's status.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected