DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ThrowErrorCode()
static proto
int
ErrorModuleHandler::ThrowErrorCode
(
int
errorCode
,
string
additionalInfo
=
""
)
static
private
Throws the error code and sends it to the handler of the category.
Аргументы
errorCode
int
The full error code
additionalInfo
string
Any additional info regarding the error, usually data
Возвращает
int
The full error code
int
errorCode =
ErrorModuleHandler
.
ThrowErrorCode
( 0x0002FFFF );
Print
( errorCode );
>> errorCode = 196607
ErrorModuleHandler::ThrowErrorCode
static proto int ThrowErrorCode(int errorCode, string additionalInfo="")
Throws the error code and sends it to the handler of the category.
ErrorModuleHandler
The error handler itself, for managing and distributing errors to modules Manages the ErrorHandlerMod...
Определения
ErrorModuleHandler.c:29
Print
proto void Print(void var)
Prints content of variable to console/log.
ErrorModuleHandler
Создано системой
1.13.2