Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
bool DoorEntity::notifyPickedUp(GameEntity* entity)
173
{
174
OD_LOG_ERR(getName() +
", entity="
+ entity->getName());
175
return true;
176
}
177
178
bool DoorEntity::notifyDropped(GameEntity* entity)
179
{
Callers
1
firePickupEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected