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

◆ OnCannotShutdown()

void BackendApi::OnCannotShutdown ( int code)
inlineprivate

Called when shutdown cannot be proceeded.

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

199 {
200 Print("!!! [Backend] Cannot Shutdown: "+ GetErrorCode(code));
201 }
string GetErrorCode(int code)
Error code to string.
Определения BackendApi.c:159
proto void Print(void var)
Prints content of variable to console/log.

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