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

◆ HasFoodStage()

bool InventoryItem::HasFoodStage ( )
inlineprotected

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

2655 {
2656 string config_path = string.Format("CfgVehicles %1 Food FoodStages", GetType());
2657 return g_Game.ConfigIsExisting(config_path);
2658 }
eBleedingSourceType GetType()
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game и GetType().