Home
last modified time | relevance | path

Searched refs:teleportAroundEntity (Results 1 – 5 of 5) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactbeartrap.cpp409 teleported = triggered->teleportAroundEntity(targetLocation, 2); in bombDoEffect()
414 teleported = triggered->teleportAroundEntity(targetLocation, 2); in bombDoEffect()
H A Dentity.hpp561 bool teleportAroundEntity(Entity* target, int dist, int effectType = 0);
H A Dentity.cpp10103 bool Entity::teleportAroundEntity(Entity* target, int dist, int effectType) in teleportAroundEntity() function in Entity
/dports/games/barony/Barony-3.3.7/src/magic/
H A DcastSpell.cpp747 caster->teleportAroundEntity(entityToTeleport, 3, 0); in castSpell()
H A Dactmagic.cpp3691 if ( parent->teleportAroundEntity(target, my->particleTimerVariable1) ) in actParticleTimer()
3854 teleported = parent->teleportAroundEntity(target, my->particleTimerVariable1); in actParticleTimer()