MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetPictureName

Function GetPictureName

engine/Poseidon/IO/ParamFileExt.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 return GetDefaultName(baseName, "anim\\", ".rtm");
173}
174RString GetPictureName(RString baseName)
175{
176 return GetDefaultName(baseName, "data\\", ".paa");
177}
178RString GetSoundName(RString baseName)
179{
180 return GetDefaultName(baseName, "sound\\", ".wss");

Callers 15

SetFaceMethod · 0.85
SetGlassesMethod · 0.85
InitShapeMethod · 0.85
InitMethod · 0.85
UnitUpdateMethod · 0.85
MarkerUpdateMethod · 0.85
AddGroupMethod · 0.85
SerializeMethod · 0.85
OnFillChangedMethod · 0.85
OnTypeChangedMethod · 0.85
LoadMethod · 0.85
PreloadMethod · 0.85

Calls 1

GetDefaultNameFunction · 0.85

Tested by

no test coverage detected