Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ SelectNextSound
Method
SelectNextSound
src/game/editor/mapitems/map.cpp:1037–1040 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1035
}
1036
1037
void CEditorMap::SelectNextSound()
1038
{
1039
m_SelectedSound = (m_SelectedSound + 1) % m_vpSounds.size();
1040
}
1041
1042
void CEditorMap::SelectPreviousSound()
1043
{
Callers
1
RenderSounds
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected