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

◆ OnCannotInitiate()

void BackendApi::OnCannotInitiate ( int code)
inlineprivate

Called when initiate cannot be called.

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

191 {
192 Print("!!! [Backend] Cannot Initiate: "+ GetErrorCode(code));
193 }
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().