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

Function GetSoundName

engine/Poseidon/IO/ParamFileExt.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 return GetDefaultName(baseName, "data\\", ".paa");
177}
178RString GetSoundName(RString baseName)
179{
180 return GetDefaultName(baseName, "sound\\", ".wss");
181}
182
183#ifndef ACCESS_ONLY
184LSError SoundPars::Serialize(ParamArchive& ar)

Callers 3

InitFinishMethod · 0.85
GetValueFunction · 0.85

Calls 1

GetDefaultNameFunction · 0.85

Tested by

no test coverage detected