Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void CEditorMap::OnModify()
34
{
35
m_Modified = true;
36
m_ModifiedAuto = true;
37
m_LastModifiedTime = Editor()->Client()->GlobalTime();
38
}
39
40
void CEditorMap::ResetModifiedState()
41
{
Callers
15
DoQuad
Method · 0.80
RenderLayers
Method · 0.80
RenderEnvelopeEditor
Method · 0.80
PopupGroup
Method · 0.80
PopupLayer
Method · 0.80
PopupQuad
Method · 0.80
PopupSource
Method · 0.80
PopupPoint
Method · 0.80
PopupEnvPoint
Method · 0.80
PopupEnvPointCurveType
Method · 0.80
PopupImage
Method · 0.80
PopupSound
Method · 0.80
Calls
2
GlobalTime
Method · 0.80
Client
Method · 0.45
Tested by
no test coverage detected