Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
string Path::GetFullPathStr() const {
49
return string(resolved);
50
}
51
52
const char* Path::GetFullPath() const {
53
return resolved;
Callers
13
AddMusic
Method · 0.80
oggLoader
Method · 0.80
LoadLevel
Method · 0.80
AddLevelPathToRecentLevels
Method · 0.80
Initialize
Method · 0.80
LoadGenericEntity
Function · 0.80
ActorsEditor_LoadEntitiesFromFile
Function · 0.80
DrawImGui
Function · 0.80
GetScriptFileRecursive
Function · 0.80
DetectScriptFileChanged
Method · 0.80
GetLatestModification
Method · 0.80
AS_FindFilePath
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected