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

◆ GetItemModelLength()

float InventoryItem::GetItemModelLength ( )
inlineprotected

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

3671 {
3672 if (ConfigIsExisting("itemModelLength"))
3673 {
3674 return ConfigGetFloat("itemModelLength");
3675 }
3676 return 0;
3677 }