MCPcopy 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
2338bool Creature::resizeMeshAfterDrop()
2339{
2340 RenderManager::getSingleton().rrScaleCreature(*this);
2341 return false;
2342}
2343
2344bool Creature::setDestination(Tile* tile)
2345{

Callers 1

rrDropHandMethod · 0.45

Calls 1

rrScaleCreatureMethod · 0.80

Tested by

no test coverage detected