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

◆ InitObstructionDistance()

bool Weapon::InitObstructionDistance ( )
inlineprotected

gets weapon obstruction distance from shoulder at which the weapon is fully obstructed

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

1344 {
1345 if (ConfigIsExisting("ObstructionDistance"))
1346 {
1347 m_ObstructionDistance = ConfigGetFloat("ObstructionDistance");
1348 return true;
1349 }
1350
1352 return false;
1353 }
float m_ObstructionDistance
Определения Weapon_Base.c:67

Перекрестные ссылки m_ObstructionDistance.

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