Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ SelectQuad
Method
SelectQuad
src/game/editor/mapitems/map.cpp:463–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
void CEditorMap::SelectQuad(int Index)
464
{
465
m_vSelectedQuads.clear();
466
m_vSelectedQuads.push_back(Index);
467
}
468
469
void CEditorMap::ToggleSelectQuad(int Index)
470
{
Callers
3
DoQuad
Method · 0.80
DoQuadPoint
Method · 0.80
DoQuadEnvPoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected