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