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

Method GetFullPathStr

Source/Internal/path.cpp:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48string Path::GetFullPathStr() const {
49 return string(resolved);
50}
51
52const char* Path::GetFullPath() const {
53 return resolved;

Callers 13

AddMusicMethod · 0.80
oggLoaderMethod · 0.80
LoadLevelMethod · 0.80
InitializeMethod · 0.80
LoadGenericEntityFunction · 0.80
DrawImGuiFunction · 0.80
GetScriptFileRecursiveFunction · 0.80
GetLatestModificationMethod · 0.80
AS_FindFilePathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected