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(), and CVAR_LATCH.
Referenced by S_Init().
Definition at line 40 of file s_mumble.cpp.
References Com_Printf(), GAME_TITLE_LONG, s_env_s::initialized, cvar_s::integer, and s_env.
Referenced by CL_RequestNextDownload().
Definition at line 54 of file s_mumble.cpp.
References Com_Printf(), s_env_s::initialized, cvar_s::integer, and s_env.
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(), s_env_s::initialized, cvar_s::integer, Q_strncpyz(), s_env, client_static_s::team, va(), cvar_s::value, VectorScale, and VectorSet.
Referenced by S_Frame().
|
static |
Definition at line 29 of file s_mumble.cpp.
|
static |
Definition at line 30 of file s_mumble.cpp.
|
static |
Definition at line 31 of file s_mumble.cpp.