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

Method forEachEntityClass

plugins/script/interfaces/EClassInterface.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void EClassManagerInterface::forEachEntityClass(EntityClassVisitor& visitor)
21{
22 GlobalEntityClassManager().forEachEntityClass(visitor);
23}
24
25void EClassManagerInterface::forEachModelDef(ModelDefVisitor& visitor)
26{

Callers 5

PopulateModelMethod · 0.45
ResponseEffectTypesMethod · 0.45
populateListStoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected