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

Function HasUnsavedData

src/game/editor/editor.h:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 void OnClose() override;
295 void OnDialogClose();
296 bool HasUnsavedData() const override { return Map()->m_Modified; }
297 void UpdateMentions() override { m_Mentions++; }
298 void ResetMentions() override { m_Mentions = 0; }
299 void OnIngameMoved() override { m_IngameMoved = true; }

Callers 3

RenderMethod · 0.85
HandleMapDropMethod · 0.85
quick_actions.hFile · 0.85

Calls 1

MapFunction · 0.85

Tested by

no test coverage detected