MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / AS_FindShortestPath

Function AS_FindShortestPath

Source/Scripting/angelscript/asfuncs.cpp:4828–4830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4826}
4827
4828std::string AS_FindShortestPath(const std::string& path) {
4829 return FindShortestPath2(path).GetOriginalPathStr();
4830}
4831
4832std::string AS_FindFilePath(const std::string& path) {
4833 return FindFilePath(path).GetFullPathStr();

Callers

nothing calls this directly

Calls 2

FindShortestPath2Function · 0.85
GetOriginalPathStrMethod · 0.80

Tested by

no test coverage detected