DayZ 1.27
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 строка 811

812 {
813 m_SetEnvVariables = setEnvVariables;
814 }
bool m_SetEnvVariables
Определения EffectSound.c:33

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

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