#include <u_source.h>
Public Member Functions | |
CSoundContext () | |
Data Fields | |
sint32 | Args [SoundContextNbArgs] |
NLMISC::CVector | Position |
uint32 | PreviousRandom |
float | RelativeGain |
|
Definition at line 48 of file u_source.h. References Args, PreviousRandom, RelativeGain, NLSOUND::SoundContextNbArgs, and uint.
00049 : Position(NLMISC::CVector::Null), 00050 PreviousRandom(100), 00051 RelativeGain(1.0f) 00052 { 00053 for (uint i = 0; i < SoundContextNbArgs; i++) 00054 Args[i] = -1; 00055 } |
|
Definition at line 59 of file u_source.h. Referenced by CSoundContext(), and NLSOUND::CContextSoundContainer< NbJoker, UseRandom, Shift >::getSound(). |
|
Definition at line 58 of file u_source.h. Referenced by NLSOUND::CSoundAnimMarker::play(). |
|
Definition at line 60 of file u_source.h. Referenced by CSoundContext(), and NLSOUND::CContextSound::getContextSound(). |
|
Definition at line 57 of file u_source.h. Referenced by CSoundContext(), and NLSOUND::CSoundAnimMarker::play(). |