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

◆ IsItemInRecipe()

bool IsItemInRecipe ( string item)
protected

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

608 {
609 for (int i = 0; i < MAX_NUMBER_OF_INGREDIENTS; i++)
610 {
612
613 for (int x = 0; x < ptr.Count(); x++)
614 {
615 if (ptr.Get(x) == item) return true;
616 }
617 }
618 return false;
619 }
Icon x
ref array< string > m_Ingredients[MAX_NUMBER_OF_INGREDIENTS]
Определения RecipeBase.c:24
const int MAX_NUMBER_OF_INGREDIENTS
Определения RecipeBase.c:1
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки m_Ingredients, MAX_NUMBER_OF_INGREDIENTS и x.