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

◆ OnSelectedRecipe()

void OnSelectedRecipe ( ItemBase item1,
ItemBase item2,
PlayerBase player )
protected

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

505 {
506 if (item1 == NULL || item2 == NULL)
507 {
508 Error("CheckRecipe: recipe invalid, at least one of the ingredients is NULL");
509 //Debug.Log("recipe invalid, at least one of the ingredients is NULL","recipes");
510 return;
511 }
512 OnSelected(item1,item2,player);
513 }
ScriptConsoleEnfScriptTab ScriptConsoleTabBase OnSelected()
Определения ScriptConsoleEnfScriptTab.c:265
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

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