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

◆ HasFoodStage()

bool InventoryItem::HasFoodStage ( )
inlineprotected

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

2627 {
2628 string config_path = string.Format("CfgVehicles %1 Food FoodStages", GetType());
2629 return GetGame().ConfigIsExisting(config_path);
2630 }
eBleedingSourceType GetType()
proto native bool ConfigIsExisting(string path)
proto native CGame GetGame()

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