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

Method GetFullPath

Source/Internal/path.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const char* Path::GetFullPath() const {
53 return resolved;
54}
55
56string Path::GetOriginalPathStr() const {
57 return string(original);

Callers 15

ReloadMethod · 0.80
oggLoaderMethod · 0.80
LoadLevelMethod · 0.80
InitializeMethod · 0.80
ScriptableUICallbackMethod · 0.80
LoadLevelMethod · 0.80
SaveLevelMethod · 0.80
LoadLevelFunction · 0.80
ReloadPrefabsMethod · 0.80
SavePrefabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected