Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_sentrybot.cpp1039 int detectDuration = 5 * TICKS_PER_SECOND; in gyroBotAnimate() local
1072 if ( ent->entityShowOnMap < detectDuration ) in gyroBotAnimate()
1074 ent->entityShowOnMap = detectDuration; in gyroBotAnimate()
1093 if ( ent->entityShowOnMap < detectDuration ) in gyroBotAnimate()
1095 ent->entityShowOnMap = detectDuration; in gyroBotAnimate()
1110 if ( ent->entityShowOnMap < detectDuration ) in gyroBotAnimate()
1112 ent->entityShowOnMap = detectDuration; in gyroBotAnimate()
1138 if ( ent->entityShowOnMap < detectDuration ) in gyroBotAnimate()
1140 ent->entityShowOnMap = detectDuration; in gyroBotAnimate()
1152 ent->entityShowOnMap = detectDuration; in gyroBotAnimate()
[all …]