Searched defs:SV_StartSound (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/server/
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);
/external/quake/quake/src/WinQuake/
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);

Completed in 133 milliseconds