Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ onMapEvent
Method
onMapEvent
radiantcore/map/PointFile.cpp:46–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void PointFile::onMapEvent(IMap::MapEvent ev)
47
{
48
if (ev == IMap::MapUnloading || ev == IMap::MapSaved)
49
{
50
show({});
51
}
52
}
53
54
bool PointFile::isVisible() const
55
{
Callers
1
initialiseModule
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected