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

◆ InsertIngredient()

void InsertIngredient ( int index,
string ingredient,
DayZPlayerConstants uid = BASE_CRAFT_ANIMATION_ID,
bool showItem = false )
protected

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

160 {
161 InsertIngredientEx(index, ingredient, "", uid, showItem);
162 }
void InsertIngredientEx(int index, string ingredient, string soundCategory, DayZPlayerConstants uid=BASE_CRAFT_ANIMATION_ID, bool showItem=false)
Определения RecipeBase.c:164

Перекрестные ссылки BASE_CRAFT_ANIMATION_ID и InsertIngredientEx().

Используется в CleanWeapon::Init(), CraftDrysackBag::Init(), CraftTorch::Init(), CraftWitchHoodCoif::Init(), CutOutSeeds::Init(), PrepareAnimal::Init(), PrepareFish::Init() и RecipeBase::Init().