Home
last modified time | relevance | path

Searched refs:CanDamage (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/games/qcc/send/v101qc/
H A Dcombat.qc12 CanDamage
18 float(entity targ, entity inflictor) CanDamage =
235 if (CanDamage (head, inflictor))
273 if (CanDamage (head, attacker))
H A Dfight.qc218 if (!CanDamage (self.enemy, self))
303 if (CanDamage (self.enemy, self))
362 if (CanDamage (self.enemy, self))
/dports/games/quake-source/quake-source-1.01_1/send/v101qc/
H A Dcombat.qc12 CanDamage
18 float(entity targ, entity inflictor) CanDamage =
235 if (CanDamage (head, inflictor))
273 if (CanDamage (head, attacker))
H A Dfight.qc218 if (!CanDamage (self.enemy, self))
303 if (CanDamage (self.enemy, self))
362 if (CanDamage (self.enemy, self))
/dports/games/quetoo/quetoo-0.6.1/src/vanctf/
H A Dctf.c281 CanDamage(flag, targ) || CanDamage(flag, attacker)){ in ctf_frag_bonuses()
302 CanDamage(carrier, targ) || CanDamage(carrier, attacker)){ in ctf_frag_bonuses()
666 cansee = CanDamage(what, who); in CTFSay_Team_Location()
687 hotsee = CanDamage(hot, who); in CTFSay_Team_Location()
818 !CanDamage(targ, who) || in CTFSay_Team_Sight()
/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/progs/
H A Dcombat.qc15 CanDamage
21 float(entity targ, entity inflictor) CanDamage =
281 if (CanDamage (head, inflictor))
317 if (CanDamage (head, attacker))
/dports/games/quake-source/quake-source-1.01_1/qw/
H A Dcombat.qc15 CanDamage
21 float(entity targ, entity inflictor) CanDamage =
281 if (CanDamage (head, inflictor))
317 if (CanDamage (head, attacker))
/dports/games/quake-data/quake-data-1.0.6_2/qw/
H A Dcombat.qc15 CanDamage
21 float(entity targ, entity inflictor) CanDamage =
281 if (CanDamage (head, inflictor))
317 if (CanDamage (head, attacker))
/dports/games/quake2-psychomod/psychomod/src/
H A Dg_combat.c15 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
728 if (CanDamage (ent, inflictor)) in T_FlashRadius()
771 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
804 if (CanDamage (ent, inflictor)) in T_RadiusDamageFire()
848 if (CanDamage (ent, inflictor)) in T_RadiusDamageGas()
892 if (CanDamage (ent, inflictor)) in T_RadiusDamageDischarge()
932 if (CanDamage (ent, inflictor) && !ent->linked_flame) in T_RadiusDamageFireLink()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/zaero/
H A Dg_combat.c13 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
605 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
642 if (CanDamage (ent, inflictor)) in T_RadiusDamagePosition()
/dports/games/quetoo/quetoo-0.6.1/src/qmass/
H A Dg_combat.c46 qboolean CanDamage(edict_t *targ, edict_t *inflictor){ in CanDamage() function
420 if(CanDamage(ent, inflictor)){ in T_RadiusDamage()
/dports/games/iortcw/iortcw-1.51c/SP/code/game/
H A Dg_team.c231 CanDamage( flag, targ->s.origin ) || CanDamage( flag, attacker->s.origin ) ) && in Team_FragBonuses()
254 CanDamage( carrier, targ->s.origin ) || CanDamage( carrier, attacker->s.origin ) ) { in Team_FragBonuses()
/dports/games/spring/spring_98.0/rts/Game/
H A DSelectedUnitsHandler.cpp697 static inline bool CanDamage(const UnitDef* ud) in CanDamage() function
710 const bool newCanDamage = CanDamage(newDef); in IsBetterLeader()
711 const bool oldCanDamage = CanDamage(oldDef); in IsBetterLeader()
714 if (!CanDamage(targetUnit->unitDef)) { in IsBetterLeader()
/dports/games/quake2-3zb2/quake2-3zb2-0.97_1/
H A Dg_combat.c13 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
535 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/3zb2/
H A Dg_combat.c13 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
535 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/alienarena/alienarena-7.66/source/game/
H A Dg_combat.c36 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
522 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/alienarena-data/alienarena-7.66/source/game/
H A Dg_combat.c36 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
522 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/quake2-rogue/quake2-rogue-3.20/
H A Dg_combat.c26 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
797 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
937 if (CanDamage (ent, inflictor)) in T_RadiusClassDamage()
/dports/games/qudos/QuDos-0.40.1-src/src/mods/rogue/
H A Dg_combat.c26 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
797 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
937 if (CanDamage (ent, inflictor)) in T_RadiusClassDamage()
/dports/games/quake2lnx/quake2-r0.16.2/src/game/
H A Dg_combat.c32 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
570 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/quake2max/Quake2maX_0.45-src_unix/game/
H A Dg_combat.c32 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
569 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/quake2-xatrix/quake2-xatrix-3.20/
H A Dg_combat.c13 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
553 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/quake2-source/quake2-r0.16.2/src/ctf/
H A Dg_combat.c32 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
590 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/q2p/Q2P-0.2-2006-12-31/ctf/
H A Dg_combat.c32 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
589 if (CanDamage (ent, inflictor)) in T_RadiusDamage()
/dports/games/quake2-ctf/quake2-r0.16.2/src/ctf/
H A Dg_combat.c32 qboolean CanDamage (edict_t *targ, edict_t *inflictor) in CanDamage() function
590 if (CanDamage (ent, inflictor)) in T_RadiusDamage()

1234567