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

Method removeCreatureUsingRoom

source/rooms/RoomPrison.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void RoomPrison::removeCreatureUsingRoom(Creature* creature)
344{
345 Room::removeCreatureUsingRoom(creature);
346
347 creature->setInJail(nullptr);
348}
349
350bool RoomPrison::hasCarryEntitySpot(GameEntity* carriedEntity)
351{

Callers

nothing calls this directly

Calls 1

setInJailMethod · 0.80

Tested by

no test coverage detected