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

◆ SetChromAbbValue()

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

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

273 {
274 if ( m_ChromAbbValues && index < m_ChromAbbValues.Count() )
275 {
276 m_ChromAbbValues[index] = value;
277 }
278 else
279 {
280 Print("Error: PPEffects: m_ChromAbbValues with index: "+ index +" is not registered.");
281 }
282 }
static ref array< float > m_ChromAbbValues
Определения PPEffects.c:36
proto void Print(void var)
Prints content of variable to console/log.

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

Используется в SetChromAbbOptic().