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

◆ InitOpticsPP()

void ItemOptics::InitOpticsPP ( out array< float > mask_array,
out array< float > lens_array,
out float blur_float )
inlineprotected

initializes values for optics' post-processes

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

450 {
451 string path = "cfgVehicles " + GetType() + " OpticsInfo";
452 g_Game.ConfigGetFloatArray(path + " PPMaskProperties", mask_array);
453 g_Game.ConfigGetFloatArray(path + " PPLensProperties", lens_array);
454 blur_float = g_Game.ConfigGetFloat(path + " PPBlurProperties");
455 }
eBleedingSourceType GetType()
DayZGame g_Game
Определения DayZGame.c:3942
string path
Определения OptionSelectorMultistate.c:142

Перекрестные ссылки g_Game, GetType() и path.

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