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

Method notifyEntityCarryOff

source/entities/Creature.cpp:2422–2426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2420}
2421
2422void Creature::notifyEntityCarryOff(const Ogre::Vector3& position)
2423{
2424 mPosition = position;
2425 addEntityToPositionTile();
2426}
2427
2428void Creature::carryEntity(GameEntity* carriedEntity)
2429{

Callers 4

notifyDeadMethod · 0.45
notifyPickedUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected