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

Method getTurretDirection

src/Savegame/BattleUnit.cpp:381–384  ·  view source on GitHub ↗

* Gets the BattleUnit's turret direction. * @return direction */

Source from the content-addressed store, hash-verified

379 * @return direction
380 */
381int BattleUnit::getTurretDirection() const
382{
383 return _directionTurret;
384}
385
386/**
387 * Gets the BattleUnit's turret To direction.

Callers 2

drawRoutine2Method · 0.80
calculateFOVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected