DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
listener_t Struct Reference

#include <snd_main.h>

+ Collaboration diagram for listener_t:

Data Fields

float ambientvolume
 
int channel_unswapped
 for un-swapping
 
float dotbias
 
float dotscale
 
float yawangle
 

Detailed Description

Definition at line 200 of file snd_main.h.

Field Documentation

◆ ambientvolume

float listener_t::ambientvolume

Definition at line 206 of file snd_main.h.

Referenced by S_UpdateAmbientSounds(), and SND_Spatialize_WithSfx().

◆ channel_unswapped

int listener_t::channel_unswapped

for un-swapping

Definition at line 202 of file snd_main.h.

◆ dotbias

float listener_t::dotbias

Definition at line 205 of file snd_main.h.

Referenced by SND_Spatialize_WithSfx().

◆ dotscale

float listener_t::dotscale

Definition at line 204 of file snd_main.h.

Referenced by SND_Spatialize_WithSfx().

◆ yawangle

float listener_t::yawangle

Definition at line 203 of file snd_main.h.

Referenced by S_Update().


The documentation for this struct was generated from the following file: