| 76 | } |
| 77 | |
| 78 | void detachObserver(const std::string& key, KeyObserver& observer, bool sendEmptyValue) |
| 79 | { |
| 80 | if (EntityKeyValuePtr kvp = _entity.getEntityKeyValue(key); kvp) |
| 81 | kvp->detach(observer, sendEmptyValue); |
| 82 | } |
| 83 | |
| 84 | public: |
| 85 | KeyObserverMap(SpawnArgs& entity) : |
no test coverage detected