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

Method forEachEntityKeyValue

radiantcore/entity/SpawnArgs.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void SpawnArgs::forEachEntityKeyValue(const EntityKeyValueVisitFunctor& func)
161{
162 for (const KeyValuePair& pair : _keyValues)
163 {
164 func(pair.first, *pair.second);
165 }
166}
167
168void SpawnArgs::setKeyValue(const std::string& key, const std::string& value)
169{

Callers 4

TEST_FFunction · 0.80
findKeyValueFunction · 0.80
attachKeyObserversMethod · 0.80
detachKeyObserversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected