Home
last modified time | relevance | path

Searched refs:shotsFired (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Conditions/
H A DGrantConditionOnAttack.cs54 int shotsFired = 0; field in OpenRA.Mods.Common.Traits.GrantConditionOnAttack
80 shotsFired = 0; in RevokeInstance()
152 shotsFired++; in INotifyAttack.Attacking()
157 if (shotsFired >= requiredShots) in INotifyAttack.Attacking()
164 shotsFired = 0; in INotifyAttack.Attacking()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Dpet_blaster.lua37 v.shotsFired = 0
182 v.shotsFired = v.shotsFired + 1
185 if v.shotsFired >= 3 then
188 v.shotsFired = 0
H A Dbigblaster.lua35 v.shotsFired = 0
215 v.shotsFired = v.shotsFired + 1
216 if v.shotsFired < 8 then
223 v.shotsFired = 0
H A Denergyboss.lua55 v.shotsFired = 0
322 while v.shotsFired < 3 do
324 if v.shotsFired == 3 then
327 elseif v.shotsFired == 0 then
330 elseif v.shotsFired == 1 then
333 elseif v.shotsFired == 2 then
341 v.shotsFired = v.shotsFired + 1
421 v.shotsFired = 0
H A Dnautilusprime.lua45 v.shotsFired = 0
179 … = v.bigFireDelay - dt if v.bigFireDelay < 0 then v.bigFireDelay = 0 v.shotsFired = 0 v.fireDelay …
197 v.shotsFired = v.shotsFired + 1
203 if v.shotsFired >= maxShots then
205 v.shotsFired = 0
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DHighlander.lua63 local shotsFired = 0
121 shotsFired = 0
136 shotsFired = shotsFired + 1
209 if (GetCurAmmoType() == w) and (shotsFired ~= 0) then
H A DSpace_Invasion.lua192 SI.shotsFired = 0
925 SI.shotsFired = SI.shotsFired +1
1187 SI.shotsFired = 0
1378 local accuracy = (SI.shotsHit / SI.shotsFired) * 100
1379 if (accuracy >= 80) and (SI.shotsFired > 4) then
1387 if (SI.shotsHit >= SI.shotsFired) then
1390 elseif (SI.shotsHit == SI.shotsFired) and SI.shotsHit > SI.awardAccuracy.value then
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Scripts/Multiplayer/
H A DHighlander.lua63 local shotsFired = 0
121 shotsFired = 0
136 shotsFired = shotsFired + 1
209 if (GetCurAmmoType() == w) and (shotsFired ~= 0) then
H A DSpace_Invasion.lua192 SI.shotsFired = 0
925 SI.shotsFired = SI.shotsFired +1
1187 SI.shotsFired = 0
1378 local accuracy = (SI.shotsHit / SI.shotsFired) * 100
1379 if (accuracy >= 80) and (SI.shotsFired > 4) then
1387 if (SI.shotsHit >= SI.shotsFired) then
1390 elseif (SI.shotsHit == SI.shotsFired) and SI.shotsHit > SI.awardAccuracy.value then
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Training/
H A DBasic_Training_-_Grenade.lua21 local shotsFired = 0 -- Total # of grenades fired
191 if shotsFired > maxTargets then
239 shotsFired = shotsFired + 1
H A DBasic_Training_-_Bazooka.lua28 local shotsFired = 0 -- Total # of bazookas fired
219 if shotsFired > maxTargets then
265 shotsFired = shotsFired + 1
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Training/
H A DBasic_Training_-_Grenade.lua21 local shotsFired = 0 -- Total # of grenades fired
191 if shotsFired > maxTargets then
239 shotsFired = shotsFired + 1
H A DBasic_Training_-_Bazooka.lua28 local shotsFired = 0 -- Total # of bazookas fired
219 if shotsFired > maxTargets then
265 shotsFired = shotsFired + 1
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/scripts/
H A Dnautilusprime.lua45 v.shotsFired = 0
174 … = v.bigFireDelay - dt if v.bigFireDelay < 0 then v.bigFireDelay = 0 v.shotsFired = 0 v.fireDelay …
191 v.shotsFired = v.shotsFired + 1
197 if v.shotsFired >= maxShots then
199 v.shotsFired = 0
/dports/games/warzone2100/warzone2100/src/
H A Dweapondef.h52 uint32_t shotsFired; member
58 WEAPON() : nStat(0), ammo(0), lastFired(0), shotsFired(0), usedAmmo(0), origin(ORIGIN_UNKNOWN) {} in WEAPON()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/portedasteroids/
H A Dview.h91 int shots() const { return shotsFired; } in shots()
156 int shotsFired; variable
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_session.cpp72 client->sess.missionStats.shotsFired, in G_WriteClientSessionData()
158 &client->sess.missionStats.shotsFired, in G_ReadSessionData()
H A Dwp_flechette.cpp99 ent->client->sess.missionStats.shotsFired++; in WP_FlechetteMainFire()
272 self->client->sess.missionStats.shotsFired++; in WP_FlechetteAltFire()
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_session.cpp69 client->sess.missionStats.shotsFired, in G_WriteClientSessionData()
142 &client->sess.missionStats.shotsFired, in G_ReadSessionData()
H A Dwp_flechette.cpp99 ent->client->sess.missionStats.shotsFired++; in WP_FlechetteMainFire()
272 self->client->sess.missionStats.shotsFired++; in WP_FlechetteAltFire()
H A Dwp_bowcaster.cpp126 ent->client->sess.missionStats.shotsFired++; in WP_BowcasterMainFire()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_scoreboard.cpp249 …cgi_R_Font_DrawString(x+w, y, va("%d",cg_entities[0].gent->client->sess.missionStats.shotsFired), …
263 …nStats.shotsFired? 100.0f * (float)cg_entities[0].gent->client->sess.missionStats.hits / cg_entiti…
/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_scoreboard.cpp226 …cgi_R_Font_DrawString(x+w, y, va("%d",cg_entities[0].gent->client->sess.missionStats.shotsFired), … in CG_MissionCompletion()
240 …nStats.shotsFired? 100.0f * (float)cg_entities[0].gent->client->sess.missionStats.hits / cg_entiti… in CG_MissionCompletion()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/Multiplayer/
H A DSpace_Invasion.lua290 local shotsFired = 0
888 shotsFired = shotsFired +1
1094 shotsFired = 0
1280 if ((shotsHit / shotsFired * 100) >= 80) and (shotsFired > 4) then
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/assets/Data/Scripts/Multiplayer/
H A DSpace_Invasion.lua290 local shotsFired = 0
888 shotsFired = shotsFired +1
1094 shotsFired = 0
1280 if ((shotsHit / shotsFired * 100) >= 80) and (shotsFired > 4) then

12