Searched refs:SV_StartSound (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dserver.h221 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume,
H A Dpr_cmds.cpp573 Sys_Error ("SV_StartSound: volume = %i", volume);
576 Sys_Error ("SV_StartSound: attenuation = %f", attenuation);
579 Sys_Error ("SV_StartSound: channel = %i", channel);
581 SV_StartSound (entity, channel, sample, volume, attenuation);
1734 SV_StartSound (self, CHAN_VOICE, "player/gasp2.wav", 255, ATTN_NORM);
1737 SV_StartSound (self, CHAN_VOICE, "player/gasp1.wav", 255, ATTN_NORM);
1748 SV_StartSound (self, CHAN_BODY, "misc/outwater.wav", 255, ATTN_NORM);
1786 SV_StartSound (self, CHAN_BODY, "player/inlava.wav", 255, ATTN_NORM);
1789 SV_StartSound (self, CHAN_BODY, "player/inh2o.wav", 255, ATTN_NORM);
1792 SV_StartSound (sel
[all...]
H A Dsv_phys.cpp1222 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
1231 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
1460 SV_StartSound (ent, 0, "demon/dland2.wav", 255, 1);
1488 SV_StartSound (ent, 0, "demon/dland2.wav", 255, 1);
H A Dsv_main.cpp105 SV_StartSound
118 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume, function
127 Sys_Error ("SV_StartSound: volume = %i", volume);
130 Sys_Error ("SV_StartSound: attenuation = %f", attenuation);
133 Sys_Error ("SV_StartSound: channel = %i", channel);
146 Con_Printf ("SV_StartSound: %s not precacheed\n", sample);
/external/quake/quake/src/QW/server/
H A Dserver.h406 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
H A Dsv_phys.c689 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
698 SV_StartSound (ent, 0, "misc/h2ohit1.wav", 255, 1);
810 SV_StartSound (ent, 0, "demon/dland2.wav", 255, 1);
H A Dsv_send.c336 SV_StartSound
349 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume, function
361 SV_Error ("SV_StartSound: volume = %i", volume);
364 SV_Error ("SV_StartSound: attenuation = %f", attenuation);
367 SV_Error ("SV_StartSound: channel = %i", channel);
377 Con_Printf ("SV_StartSound: %s not precacheed\n", sample);
H A Dpr_cmds.c489 SV_StartSound (entity, channel, sample, volume, attenuation);

Completed in 111 milliseconds