MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / showPointFile

Method showPointFile

plugins/script/interfaces/MapInterface.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void MapInterface::showPointFile(const std::string& filePath)
41{
42 if (!filePath.empty())
43 {
44 GlobalMapModule().showPointFile(filePath);
45 }
46}
47
48bool MapInterface::isPointTraceVisible()
49{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected