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

Method entityUpdated

plugins/dm.gameconnection/MapObserver.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void MapObserver::entityUpdated(const std::string& name, const DiffStatus& diff) {
159 DiffStatus& status = _entityChanges[name];
160 status = status.combine(diff);
161}
162
163const DiffEntityStatuses& MapObserver::getChanges() const {
164 return _entityChanges;

Callers 5

onKeyInsertMethod · 0.80
onKeyChangeMethod · 0.80
onKeyEraseMethod · 0.80
onSceneNodeInsertMethod · 0.80
onSceneNodeEraseMethod · 0.80

Calls 1

combineMethod · 0.80

Tested by

no test coverage detected