Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dnet_ip.cpp98 static cvar_t *net_dropsim; variable
894 net_dropsim = Cvar_Get( "net_dropsim", "", CVAR_TEMP); in NET_GetCvars()
1018 if(net_dropsim->value > 0.0f && net_dropsim->value <= 100.0f) in NET_Event()
1021 if(rand() < (int) (((double) RAND_MAX) / 100.0 * (double) net_dropsim->value)) in NET_Event()
/dports/games/q2pro/q2pro/source/
H A Dnet.c44 static cvar_t *net_dropsim; variable
528 if( net_dropsim->integer > 0 && ( rand() % 100 ) < net_dropsim->integer ) { in NET_SendPacket()
850 net_dropsim = Cvar_Get( "net_dropsim", "0", 0 ); in NET_Init()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dnet_ip.c112 static cvar_t *net_dropsim; variable
1481 net_dropsim = Cvar_Get("net_dropsim", "", CVAR_TEMP); in NET_GetCvars()
1632 if(net_dropsim->value > 0.0f && net_dropsim->value <= 100.0f) in NET_Event()
1635 if(rand() < (int) (((double) RAND_MAX) / 100.0 * (double) net_dropsim->value)) in NET_Event()
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dnet_ip.c112 static cvar_t *net_dropsim; variable
1481 net_dropsim = Cvar_Get("net_dropsim", "", CVAR_TEMP); in NET_GetCvars()
1632 if(net_dropsim->value > 0.0f && net_dropsim->value <= 100.0f) in NET_Event()
1635 if(rand() < (int) (((double) RAND_MAX) / 100.0 * (double) net_dropsim->value)) in NET_Event()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_ip.c112 static cvar_t *net_dropsim; variable
1507 net_dropsim = Cvar_Get("net_dropsim", "", CVAR_TEMP); in NET_GetCvars()
1657 if(net_dropsim->value > 0.0f && net_dropsim->value <= 100.0f) in NET_Event()
1660 if(rand() < (int) (((double) RAND_MAX) / 100.0 * (double) net_dropsim->value)) in NET_Event()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_ip.c112 static cvar_t *net_dropsim; variable
1507 net_dropsim = Cvar_Get("net_dropsim", "", CVAR_TEMP); in NET_GetCvars()
1657 if(net_dropsim->value > 0.0f && net_dropsim->value <= 100.0f) in NET_Event()
1660 if(rand() < (int) (((double) RAND_MAX) / 100.0 * (double) net_dropsim->value)) in NET_Event()