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

◆ GetItemAttachOffset()

float InventoryItem::GetItemAttachOffset ( )
inlineprotected

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

3805 {
3806 if (ConfigIsExisting("itemAttachOffset"))
3807 {
3808 return ConfigGetFloat("itemAttachOffset");
3809 }
3810 return 0;
3811 }