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

Method KeyObserverMap

radiantcore/entity/KeyObserverMap.h:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84public:
85 KeyObserverMap(SpawnArgs& entity) :
86 _entity(entity)
87 {
88 // Start observing the entity
89 _entity.attachObserver(this);
90 }
91
92 ~KeyObserverMap()
93 {

Callers

nothing calls this directly

Calls 1

attachObserverMethod · 0.45

Tested by

no test coverage detected