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

Method copyPath

src/Battlescape/Pathfinding.cpp:1183–1186  ·  view source on GitHub ↗

* Makes a copy of the current path. * @return a copy of the path. */

Source from the content-addressed store, hash-verified

1181 * @return a copy of the path.
1182 */
1183std::vector<int> Pathfinding::copyPath() const
1184{
1185 return _path;
1186}
1187}

Callers 1

setupAmbushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected