MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / notifyPickedUp

Method notifyPickedUp

source/entities/DoorEntity.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool DoorEntity::notifyPickedUp(GameEntity* entity)
173{
174 OD_LOG_ERR(getName() + ", entity=" + entity->getName());
175 return true;
176}
177
178bool DoorEntity::notifyDropped(GameEntity* entity)
179{

Callers 1

firePickupEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected