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

◆ InsertBIOSError()

void BIOSErrorModule::InsertBIOSError ( int code,
string message )
inlineprivate

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

123 {
124 #ifdef PLATFORM_CONSOLE
125 InsertDialogueErrorProperties(code, message);
126 #else
127 InsertErrorProperties(code, message);
128 #endif
129 }
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
void InsertErrorProperties(int code, string message="")
Insert an error with no handling.
Определения ErrorHandlerModule.c:269

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

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