MCPcopy 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
463void CEditorMap::SelectQuad(int Index)
464{
465 m_vSelectedQuads.clear();
466 m_vSelectedQuads.push_back(Index);
467}
468
469void CEditorMap::ToggleSelectQuad(int Index)
470{

Callers 3

DoQuadMethod · 0.80
DoQuadPointMethod · 0.80
DoQuadEnvPointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected