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

Method refreshSelectedModelsCmd

radiantcore/model/ModelCache.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void ModelCache::refreshSelectedModelsCmd(const cmd::ArgumentList& args)
178{
179 map::algorithm::refreshSelectedModels(true);
180}
181
182// The static module
183module::StaticModuleRegistration<ModelCache> modelCacheModule;

Callers

nothing calls this directly

Calls 1

refreshSelectedModelsFunction · 0.85

Tested by

no test coverage detected