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

Method ModifyImageIndex

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

Source from the content-addressed store, hash-verified

226}
227
228void CEditorMap::ModifyImageIndex(const FIndexModifyFunction &IndexModifyFunction)
229{
230 OnModify();
231 for(auto &pGroup : m_vpGroups)
232 {
233 pGroup->ModifyImageIndex(IndexModifyFunction);
234 }
235}
236
237void CEditorMap::ModifyEnvelopeIndex(const FIndexModifyFunction &IndexModifyFunction)
238{

Callers 4

PopupImageMethod · 0.45
PopupEventMethod · 0.45
UndoMethod · 0.45
AppendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected