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

◆ FillErrorDataMap()

void FillErrorDataMap ( )
protected

Function to fill up m_ErrorDataMap, gets called in the Constructor.

Already insert the default "UNKNOWN ERROR" message for code "-1"

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

102 {
104 InsertDialogueErrorProperties(-1, "#server_browser_error_unknown");
105 }
void InsertDialogueErrorProperties(int code, string message, int dialogButtonType=DBT_OK, int defaultButton=DBB_OK, int dialogMeaningType=DMT_EXCLAMATION, bool displayAdditionalInfo=true)
Insert an error with Dialogue as handling, using the Optional Variables.
Определения ErrorHandlerModule.c:233

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