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

Method getStrafeMove

src/Battlescape/Pathfinding.cpp:1130–1133  ·  view source on GitHub ↗

* Gets the strafe move setting. * @return Strafe move. */

Source from the content-addressed store, hash-verified

1128 * @return Strafe move.
1129 */
1130bool Pathfinding::getStrafeMove() const
1131{
1132 return _strafeMove;
1133}
1134
1135/**
1136 * Gets the path preview setting.

Callers 1

thinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected