MCPcopy 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
46void PointFile::onMapEvent(IMap::MapEvent ev)
47{
48 if (ev == IMap::MapUnloading || ev == IMap::MapSaved)
49 {
50 show({});
51 }
52}
53
54bool PointFile::isVisible() const
55{

Callers 1

initialiseModuleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected