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

◆ InsertErrorProperties()

void InsertErrorProperties ( int code,
string message = "" )
protected

Insert an error with no handling.

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

270 {
271 m_ErrorDataMap.Insert(code, ErrorProperties(message, message));
272 }
ref map< int, ref ErrorProperties > m_ErrorDataMap
Map containing the codes that exist for the ErrorHandlerModule The code links to ErrorProperties This...
Определения ErrorHandlerModule.c:78
Class which holds the properties and handling of an error.
Определения ErrorProperties.c:3

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

Используется в BIOSErrorModule::FillErrorDataMap(), ClientKickedModule::FillErrorDataMap(), ConnectErrorClientModule::FillErrorDataMap() и BIOSErrorModule::InsertBIOSError().