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