SLocalizedSoundInfoGame

C++
File

ILocalizationManager.h

Description

Localization Sound Info structure, containing sound related parameters.

SLocalizedSoundInfoGame::bIsDirectRadio Data Member
C++
bool bIsDirectRadio;
SLocalizedSoundInfoGame::bIsIntercepted Data Member
C++
bool bIsIntercepted;
SLocalizedSoundInfoGame::fRadioRatio Data Member
C++
float fRadioRatio;
SLocalizedSoundInfoGame::fVolume Data Member
C++
float fVolume;
SLocalizedSoundInfoGame::nNumEventParameters Data Member
C++
int nNumEventParameters;
Description

EventParameters.

SLocalizedSoundInfoGame::nNumSoundMoods Data Member
C++
int nNumSoundMoods;
Description

SoundMoods.

SLocalizedSoundInfoGame::pEventParameters Data Member
C++
SLocalizedAdvancesSoundEntry* pEventParameters;
SLocalizedSoundInfoGame::pSoundMoods Data Member
C++
SLocalizedSoundInfoGame::sSoundEvent Data Member
C++
const char* sSoundEvent;
SLocalizedSoundInfoGame::SLocalizedSoundInfoGame Constructor
C++
SLocalizedSoundInfoGame();