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()
Перекрестные ссылки g_Game, GetType() и path.
Используется в InitOpticsPPInfo().