Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
343
void RoomPrison::removeCreatureUsingRoom(Creature* creature)
344
{
345
Room::removeCreatureUsingRoom(creature);
346
347
creature->setInJail(nullptr);
348
}
349
350
bool RoomPrison::hasCarryEntitySpot(GameEntity* carriedEntity)
351
{
Callers
nothing calls this directly
Calls
1
setInJail
Method · 0.80
Tested by
no test coverage detected