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

Method populateListStore

plugins/dm.difficulty/ClassNameStore.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ClassNameStore::populateListStore()
43{
44 // Visit each entity class using <this> as visitor
45 GlobalEntityClassManager().forEachEntityClass(*this);
46}
47
48} // namespace ui

Callers

nothing calls this directly

Calls 1

forEachEntityClassMethod · 0.45

Tested by

no test coverage detected