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

◆ GetErrorHex()

static proto owned string ErrorModuleHandler::GetErrorHex ( int errorCode)
staticprivate

Returns a formatted string of the error code.

Аргументы
errorCodeint The full error code
Возвращает
string A formatted string of the error code
string formattedCode = ErrorModuleHandler.GetErrorHex( 196607 );
Print( formattedCode );
>> formattedCode = '0x0002FFFF'
static proto owned string GetErrorHex(int errorCode)
Returns a formatted string of the error code.
The error handler itself, for managing and distributing errors to modules Manages the ErrorHandlerMod...
Определения ErrorModuleHandler.c:29
proto void Print(void var)
Prints content of variable to console/log.

Используется в GetLastClientMessage(), GetLastServerMessage(), GetProperties(), ErrorHandlerModule::GetSimpleMessage(), HandleError(), ErrorHandlerModule::OnErrorThrown() и OnErrorThrown().