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

◆ OnSelectedRecipe()

void RecipeBase::OnSelectedRecipe ( ItemBase item1,
ItemBase item2,
PlayerBase player )
inlineprotected

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

491 {
492 if (item1 == NULL || item2 == NULL)
493 {
494 Error("CheckRecipe: recipe invalid, at least one of the ingredients is NULL");
495 //Debug.Log("recipe invalid, at least one of the ingredients is NULL","recipes");
496 return;
497 }
498 OnSelected(item1,item2,player);
499 }
ScriptConsoleEnfScriptTab ScriptConsoleTabBase OnSelected()
Определения ScriptConsoleEnfScriptTab.c:265
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error() и OnSelected().