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

Method isModifierUsed

src/Battlescape/Pathfinding.cpp:1165–1168  ·  view source on GitHub ↗

* Checks whether a modifier key was used to enable strafing or running. * @return True, if a modifier was used. */

Source from the content-addressed store, hash-verified

1163 * @return True, if a modifier was used.
1164 */
1165bool Pathfinding::isModifierUsed() const
1166{
1167 return _modifierUsed;
1168}
1169
1170/**
1171 * Gets a reference to the current path.

Callers 1

primaryActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected