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

◆ SetBlurValue()

static void PPEffects::SetBlurValue ( int index,
float value )
inlinestaticprivate

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

138 {
139 if ( m_BlurValues && index < m_BlurValues.Count() )
140 {
141 m_BlurValues[index] = value;
142 }
143 else
144 {
145 Print("Error: PPEffects: m_BlurValues with index: "+ index +" is not registered.");
146 }
147 }
static ref array< float > m_BlurValues
Определения PPEffects.c:35
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки m_BlurValues и Print().

Используется в SetBlurDrunk(), SetBlurFever(), SetBlurFlashbang(), SetBlurInventory(), SetBlurMenu(), SetBlurOptics() и SetBlurShock().