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

◆ GetCodeFromError()

static proto int ErrorModuleHandler::GetCodeFromError ( int errorCode)
staticprivate

Returns the code of the error.

Аргументы
errorCodeint The full error code
Возвращает
int The code of the error
int code = ErrorModuleHandler.GetCodeFromError( 0x0002FFFF );
Print( code );
>> code = -1
static proto int GetCodeFromError(int errorCode)
Returns the code of the error.
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.

Используется в GetProperties() и ConnectErrorScriptModuleUI::OnModalResult().