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

◆ GetRecipeName()

string PluginRecipesManagerBase::GetRecipeName ( int recipe_id)
inlineprivate

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

77 {
78 if (m_RecipeList[recipe_id])
79 return m_RecipeList[recipe_id].GetName();
80
81 return "";
82 }
ref array< ref RecipeBase > m_RecipeList
Определения PluginRecipesManager.c:42

Перекрестные ссылки m_RecipeList.

Используется в GenerateHumanReadableRecipeList().