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

Method getEntityKeyValue

radiantcore/entity/SpawnArgs.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213EntityKeyValuePtr SpawnArgs::getEntityKeyValue(const std::string& key)
214{
215 KeyValues::const_iterator found = find(key);
216
217 return (found != _keyValues.end()) ? found->second : EntityKeyValuePtr();
218}
219
220bool SpawnArgs::isWorldspawn() const
221{

Callers 2

attachObserverMethod · 0.45
detachObserverMethod · 0.45

Calls 2

findFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected