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

Method findClass

radiantcore/eclass/EClassManager.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25IEntityClassPtr EClassManager::findClass(const std::string& className)
26{
27 return std::static_pointer_cast<IEntityClass>(
28 GlobalDeclarationManager().findDeclaration(decl::Type::EntityDef, className)
29 );
30}
31
32void EClassManager::forEachEntityClass(EntityClassVisitor& visitor)
33{

Callers 15

setupSceneGraphMethod · 0.45
getDefaultLightDefMethod · 0.45
setupSceneGraphMethod · 0.45
setupRoomMethod · 0.45
updatePropertyViewMethod · 0.45
showEntityClassInTreeFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

findDeclarationMethod · 0.45

Tested by 2

TEST_FFunction · 0.36