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

Method notifyDropped

source/entities/DoorEntity.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool DoorEntity::notifyDropped(GameEntity* entity)
179{
180 // That should not happen. For now, we only require events for attacked creatures. And when they
181 // are picked up, we should have cleared the action queue
182 OD_LOG_ERR(getName() + ", entity=" + entity->getName());
183 return true;
184}

Callers 1

fireDropEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected