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

◆ InitDOFProperties()

bool Weapon::InitDOFProperties ( out array< float > temp_array)
inlineprotected

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()
DayZGame g_Game
Определения DayZGame.c:3942

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

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