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

◆ OnErrorThrown()

void ErrorHandlerModule::OnErrorThrown ( int errorCode,
owned string additionalInfo = "" )
inlineprotected

Event that gets triggered when an error of the owned category is thrown.

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

15 {
16 #ifdef ENABLE_LOGGING
17 Print(ErrorModuleHandler.GetErrorHex(errorCode));
18 #endif
19 }
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки ErrorModuleHandler::GetErrorHex() и Print().