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

◆ OnError()

void BackendCallback::OnError ( int code)
inlineprivate

Request finished with error result.

Аргументы
codeError code is type of EBackendError

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

103 {
104 Print("[BackendCallback] OnError: " + GetBackendApi().GetErrorCode(code));
105 }
proto native BackendApi GetBackendApi()
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки GetBackendApi() и Print().