MCPcopy Create free account
hub / github.com/ddnet/ddnet / Sound

Method Sound

src/game/editor/map_object.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51const ISound *CMapObject::Sound() const
52{
53 return m_pMap->Editor()->Sound();
54}
55
56ISound *CMapObject::Sound()
57{

Callers 2

AddSoundMethod · 0.45
LoadMethod · 0.45

Calls 1

EditorMethod · 0.45

Tested by

no test coverage detected