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

◆ GetItemModelLength()

float InventoryItem::GetItemModelLength ( )
inlineprotected

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

3796 {
3797 if (ConfigIsExisting("itemModelLength"))
3798 {
3799 return ConfigGetFloat("itemModelLength");
3800 }
3801 return 0;
3802 }