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

Method OnModify

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

Source from the content-addressed store, hash-verified

31}
32
33void CEditorMap::OnModify()
34{
35 m_Modified = true;
36 m_ModifiedAuto = true;
37 m_LastModifiedTime = Editor()->Client()->GlobalTime();
38}
39
40void CEditorMap::ResetModifiedState()
41{

Callers 15

DoQuadMethod · 0.80
RenderLayersMethod · 0.80
RenderEnvelopeEditorMethod · 0.80
PopupGroupMethod · 0.80
PopupLayerMethod · 0.80
PopupQuadMethod · 0.80
PopupSourceMethod · 0.80
PopupPointMethod · 0.80
PopupEnvPointMethod · 0.80
PopupImageMethod · 0.80
PopupSoundMethod · 0.80

Calls 2

GlobalTimeMethod · 0.80
ClientMethod · 0.45

Tested by

no test coverage detected