Home
last modified time | relevance | path

Searched refs:spellTrapCounter (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dactmagictrap.cpp59 spellTrapCounter = spellTrapRefireRate; //shoost instantly! in actMagicTrapCeiling()
103 ++spellTrapCounter; in actMagicTrapCeiling()
131 if ( spellTrapCounter > spellTrapRefireRate ) in actMagicTrapCeiling()
133 spellTrapCounter = 0; // reset timer. in actMagicTrapCeiling()
H A Dentity_editor.cpp211 spellTrapCounter(skill[8]), in Entity()
H A Dentity.hpp377 Sint32& spellTrapCounter; //skill[8] member in Entity
H A Dentity.cpp236 spellTrapCounter(skill[8]), in Entity()