Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetOriginalPathStr
Method
GetOriginalPathStr
Source/Internal/path.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
string Path::GetOriginalPathStr() const {
57
return string(original);
58
}
59
60
const char* Path::GetOriginalPath() const {
61
return original;
Callers
15
CheckLoadedMapAndCampaignState
Method · 0.80
SetLevelLoaded
Method · 0.80
StartMultiplayer
Method · 0.80
AddMusic
Method · 0.80
RemoveMusic
Method · 0.80
SaveCollisionNormals
Function · 0.80
LoadCollisionNormals
Function · 0.80
PreloadAssets
Method · 0.80
LoadLevel
Method · 0.80
QueueLevelToLoad
Method · 0.80
ReturnPaths
Method · 0.80
AS_FindShortestPath
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected