Initializes DOF properties for weapon's ironsight/optics cameras.
См. определение в файле Weapon_Base.c строка 1285
1286 {
1287 if (
g_Game.ConfigIsExisting(
"cfgWeapons " +
GetType() +
" PPDOFProperties"))
1288 {
1289 g_Game.ConfigGetFloatArray(
"cfgWeapons " +
GetType() +
" PPDOFProperties", temp_array);
1290 return true;
1291 }
1292 return false;
1293 }
eBleedingSourceType GetType()
Перекрестные ссылки g_Game и GetType().
Используется в Weapon_Base().