UFO: Alien Invasion
Loading...
Searching...
No Matches
s_mumble.h File Reference
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

◆ S_MumbleInit()

void S_MumbleInit ( void )

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().

◆ S_MumbleLink()

void S_MumbleLink ( void )

Definition at line 40 of file s_mumble.cpp.

References Com_Printf(), GAME_TITLE_LONG, s_env, and snd_mumble.

Referenced by CL_RequestNextDownload().

◆ S_MumbleUnlink()

void S_MumbleUnlink ( void )

Definition at line 54 of file s_mumble.cpp.

References Com_Printf(), s_env, and snd_mumble.

Referenced by S_Stop().

◆ S_MumbleUpdate()

void S_MumbleUpdate ( const vec3_t origin,
const vec3_t forward,
const vec3_t right,
const vec3_t up )