|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| void | S_MumbleInit (void) |
| void | S_MumbleLink (void) |
| void | S_MumbleUnlink (void) |
| void | S_MumbleUpdate (const vec3_t origin, const vec3_t forward, const vec3_t right, const vec3_t up) |
Variables | |
| static cvar_t * | snd_mumble |
| static cvar_t * | snd_mumble_alltalk |
| static cvar_t * | snd_mumble_scale |
for Mumble 1.2+ http://mumble.sourceforge.net/Link
Definition in file s_mumble.cpp.
Definition at line 33 of file s_mumble.cpp.
References CVAR_ARCHIVE, Cvar_Get(), CVAR_LATCH, snd_mumble, snd_mumble_alltalk, and snd_mumble_scale.
Referenced by S_Init().
Definition at line 40 of file s_mumble.cpp.
References Com_Printf(), GAME_TITLE_LONG, s_env, and snd_mumble.
Referenced by CL_RequestNextDownload().
Definition at line 54 of file s_mumble.cpp.
References Com_Printf(), s_env, and snd_mumble.
Referenced by S_Stop().
| void S_MumbleUpdate | ( | const vec3_t | origin, |
| const vec3_t | forward, | ||
| const vec3_t | right, | ||
| const vec3_t | up ) |
Definition at line 68 of file s_mumble.cpp.
References CL_GetPlayerNum(), CL_PlayerGetName(), cls, Com_Printf(), Q_strncpyz(), s_env, snd_mumble, snd_mumble_alltalk, snd_mumble_scale, va(), VectorScale, and VectorSet.
Referenced by S_Frame().
|
static |
Definition at line 29 of file s_mumble.cpp.
Referenced by S_MumbleInit(), S_MumbleLink(), S_MumbleUnlink(), and S_MumbleUpdate().
|
static |
Definition at line 30 of file s_mumble.cpp.
Referenced by S_MumbleInit(), and S_MumbleUpdate().
|
static |
Definition at line 31 of file s_mumble.cpp.
Referenced by S_MumbleInit(), and S_MumbleUpdate().