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

◆ GetItemModelLength()

float InventoryItem::GetItemModelLength ( )
inlineprotected

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

3741 {
3742 if (ConfigIsExisting("itemModelLength"))
3743 {
3744 return ConfigGetFloat("itemModelLength");
3745 }
3746 return 0;
3747 }