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

◆ GetItemAttachOffset()

float InventoryItem::GetItemAttachOffset ( )
inlineprotected

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

3680 {
3681 if (ConfigIsExisting("itemAttachOffset"))
3682 {
3683 return ConfigGetFloat("itemAttachOffset");
3684 }
3685 return 0;
3686 }