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

Method SelectedGroup

src/game/editor/mapitems/map.cpp:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255std::shared_ptr<CLayerGroup> CEditorMap::SelectedGroup() const
256{
257 if(m_SelectedGroup >= 0 && m_SelectedGroup < (int)m_vpGroups.size())
258 return m_vpGroups[m_SelectedGroup];
259 return nullptr;
260}
261
262std::shared_ptr<CLayerGroup> CEditorMap::NewGroup()
263{

Callers 10

DoQuadEnvelopesMethod · 0.80
DoMapEditorMethod · 0.80
HandleCursorMovementMethod · 0.80
PopupGroupMethod · 0.80
OnRenderMethod · 0.80
OnRenderMethod · 0.80
RenderGroupBorderMethod · 0.80
RenderEditorMapMethod · 0.80
AddQuadOrSoundMethod · 0.80
quick_actions.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected