MCPcopy 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
56string Path::GetOriginalPathStr() const {
57 return string(original);
58}
59
60const char* Path::GetOriginalPath() const {
61 return original;

Callers 15

SetLevelLoadedMethod · 0.80
StartMultiplayerMethod · 0.80
AddMusicMethod · 0.80
RemoveMusicMethod · 0.80
SaveCollisionNormalsFunction · 0.80
LoadCollisionNormalsFunction · 0.80
PreloadAssetsMethod · 0.80
LoadLevelMethod · 0.80
QueueLevelToLoadMethod · 0.80
ReturnPathsMethod · 0.80
AS_FindShortestPathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected