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

◆ GetItemAttachOffset()

float InventoryItem::GetItemAttachOffset ( )
inlineprotected

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

3750 {
3751 if (ConfigIsExisting("itemAttachOffset"))
3752 {
3753 return ConfigGetFloat("itemAttachOffset");
3754 }
3755 return 0;
3756 }