UFO: Alien Invasion
Loading...
Searching...
No Matches
s_mumble.cpp File Reference
#include "../client.h"
#include "s_mumble.h"
#include "s_local.h"
#include <libmumblelink.h>
Include dependency graph for s_mumble.cpp:

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_tsnd_mumble
static cvar_tsnd_mumble_alltalk
static cvar_tsnd_mumble_scale

Detailed Description

for Mumble 1.2+ http://mumble.sourceforge.net/Link

Definition in file s_mumble.cpp.

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 )

Variable Documentation

◆ snd_mumble

cvar_t* snd_mumble
static

Definition at line 29 of file s_mumble.cpp.

Referenced by S_MumbleInit(), S_MumbleLink(), S_MumbleUnlink(), and S_MumbleUpdate().

◆ snd_mumble_alltalk

cvar_t* snd_mumble_alltalk
static

Definition at line 30 of file s_mumble.cpp.

Referenced by S_MumbleInit(), and S_MumbleUpdate().

◆ snd_mumble_scale

cvar_t* snd_mumble_scale
static

Definition at line 31 of file s_mumble.cpp.

Referenced by S_MumbleInit(), and S_MumbleUpdate().