Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ resizeMeshAfterDrop
Method
resizeMeshAfterDrop
source/entities/Creature.cpp:2338–2342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2336
}
2337
2338
bool Creature::resizeMeshAfterDrop()
2339
{
2340
RenderManager::getSingleton().rrScaleCreature(*this);
2341
return false;
2342
}
2343
2344
bool Creature::setDestination(Tile* tile)
2345
{
Callers
1
rrDropHand
Method · 0.45
Calls
1
rrScaleCreature
Method · 0.80
Tested by
no test coverage detected