DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ SetEnviromentVariables()

void EffectSound::SetEnviromentVariables ( bool setEnvVariables)
inlineprotected

Sets whether AddEnvSoundVariables needs to be called during Loading.

Аргументы
setEnvVariablesbool Whether AddEnvSoundVariables is called

См. определение в файле EffectSound.c строка 824

825 {
826 m_SetEnvVariables = setEnvVariables;
827 }
bool m_SetEnvVariables
Определения EffectSound.c:33

Перекрестные ссылки m_SetEnvVariables.

Используется в SEffectManager::CreateSound().