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

◆ HasFoodStage()

bool InventoryItem::HasFoodStage ( )
inlineprivate

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

2557 {
2558 string config_path = string.Format("CfgVehicles %1 Food FoodStages", GetType());
2559 return GetGame().ConfigIsExisting(config_path);
2560 }
eBleedingSourceType GetType()
Определения BleedingSource.c:63
proto native bool ConfigIsExisting(string path)
proto native CGame GetGame()

Перекрестные ссылки CGame::ConfigIsExisting(), GetGame() и GetType().