MCPcopy Create free account
hub / github.com/antopilo/Nuake / GetRelativePath

Method GetRelativePath

Nuake/Source/Nuake/Scene/Components/FieldTypes.cpp:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10std::string Nuake::ResourceFile::GetRelativePath()
11{
12 if (Exist())
13 {
14 return file->GetRelativePath();
15 }
16
17 return "";
18}
19
20std::string Nuake::ResourceFile::GetAbsolutePath()
21{

Callers 5

UpdateMethod · 0.45
GetEnvironmentMethod · 0.45
LoadModelMethod · 0.45
SetSpriteMethod · 0.45
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected