used in shot probability calculations (pseudo shots) More...
#include <g_local.h>
Data Fields | |
int | enemyCount |
int | friendCount |
int | civilian |
int | self |
int | damage |
qboolean | allow_self |
used in shot probability calculations (pseudo shots)
Definition at line 154 of file g_local.h.
Definition at line 160 of file g_local.h.
Referenced by G_SplashDamage(), and G_UpdateShotMock().
shot would hit that much civilians
Definition at line 157 of file g_local.h.
Referenced by G_ReactionFireShoot(), and G_UpdateShotMock().
Definition at line 159 of file g_local.h.
Referenced by G_UpdateShotMock().
shot would hit that much enemies
Definition at line 155 of file g_local.h.
Referenced by G_UpdateShotMock().
shot would hit that much friends
Definition at line 156 of file g_local.h.
Referenced by G_ReactionFireShoot(), and G_UpdateShotMock().