Home
last modified time | relevance | path

Searched refs:particleTimerEndAction (Results 1 – 13 of 13) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactladder.cpp392 timer->particleTimerEndAction = PARTICLE_EFFECT_PORTAL_SPAWN; in actWinningPortal()
544 timer->particleTimerEndAction = PARTICLE_EFFECT_PORTAL_SPAWN; in actExpansionEndGamePortal()
691 timer->particleTimerEndAction = PARTICLE_EFFECT_PORTAL_SPAWN; in actMidGamePortal()
1019 timer->particleTimerEndAction = PARTICLE_EFFECT_PORTAL_SPAWN; in actCustomPortal()
H A Dmonster_lichfire.cpp1248 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_LICHFIRE_TELEPORT_STATIONARY; // teleport beh… in lichFireTeleport()
1252 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_LICH_TELEPORT_ROAMING; // teleport behavior o… in lichFireTeleport()
1259 serverSpawnMiscParticles(this, spellTimer->particleTimerEndAction, 593); in lichFireTeleport()
1302 timer->particleTimerEndAction = PARTICLE_EFFECT_SUMMON_MONSTER; in lichFireSummonMonster()
H A Dmonster_lichice.cpp1376 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_LICHICE_TELEPORT_STATIONARY; // teleport beha… in lichIceTeleport()
1380 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_LICH_TELEPORT_ROAMING; // teleport behavior o… in lichIceTeleport()
1387 serverSpawnMiscParticles(this, spellTimer->particleTimerEndAction, 593); in lichIceTeleport()
1474 timer->particleTimerEndAction = PARTICLE_EFFECT_SUMMON_MONSTER; in lichIceSummonMonster()
H A Dentity_editor.cpp160 particleTimerEndAction(skill[1]), in Entity()
H A Dmonster_incubus.cpp1587 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_INCUBUS_TELEPORT_TARGET; // teleport behavior… in incubusTeleportToTarget()
1605 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_INCUBUS_TELEPORT_STEAL; // teleport behavior … in incubusTeleportRandom()
H A Dmonster_devil.cpp686 timer->particleTimerEndAction = PARTICLE_EFFECT_DEVIL_SUMMON_MONSTER; in devilSummonMonster()
H A Dentity.hpp285 Sint32& particleTimerEndAction; //skill[1] member in Entity
H A Dnet.cpp2247 spellTimer->particleTimerEndAction = PARTICLE_EFFECT_PORTAL_SPAWN; in clientHandlePacket()
2308 spellTimer->particleTimerEndAction = PARTICLE_EFFECT_SUMMON_MONSTER; in clientHandlePacket()
2319 spellTimer->particleTimerEndAction = PARTICLE_EFFECT_SUMMON_MONSTER; in clientHandlePacket()
2331 spellTimer->particleTimerEndAction = PARTICLE_EFFECT_SPELL_SUMMON; in clientHandlePacket()
H A Dmonster_shadow.cpp1590 …spellTimer->particleTimerEndAction = PARTICLE_EFFECT_SHADOW_TELEPORT; // teleport behavior of time… in shadowTeleportToTarget()
H A Dentity.cpp185 particleTimerEndAction(skill[1]), in Entity()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dactmagic.cpp3666 if ( my->particleTimerEndAction == PARTICLE_EFFECT_INCUBUS_TELEPORT_STEAL ) in actParticleTimer()
3683 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_INCUBUS_TELEPORT_TARGET ) in actParticleTimer()
3701 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_TELEPORT_PULL ) in actParticleTimer()
3773 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_PORTAL_SPAWN ) in actParticleTimer()
3784 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_SUMMON_MONSTER in actParticleTimer()
3785 || my->particleTimerEndAction == PARTICLE_EFFECT_DEVIL_SUMMON_MONSTER ) in actParticleTimer()
3790 if ( my->particleTimerEndAction == PARTICLE_EFFECT_DEVIL_SUMMON_MONSTER && in actParticleTimer()
3830 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_SPELL_SUMMON ) in actParticleTimer()
3834 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_SHADOW_TELEPORT ) in actParticleTimer()
3904 else if ( my->particleTimerEndAction == PARTICLE_EFFECT_LICH_TELEPORT_ROAMING ) in actParticleTimer()
[all …]
H A DcastSpell.cpp1570 timer->particleTimerEndAction == PARTICLE_EFFECT_SPELL_SUMMON; in castSpell()
H A Dmagic.cpp2445 …locationTimer->particleTimerEndAction = PARTICLE_EFFECT_TELEPORT_PULL; // teleport behavior of tim… in spellEffectTeleportPull()