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

◆ OnDoneAsync()

void BiosLobbyService::OnDoneAsync ( GetServersResult result_list,
EBiosError error,
string response )
inlineprivate

Async callback for GetServers.

Аргументы
result_listresult object
errorerror indicating success or fail of the async operation.
responsefor debugging - this is the data returned by the server; or an empty string ;)

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

699 {
700 /*
701 if (result_list.m_Results != null && result_list.m_Results.Count() > 0)
702 Print(result_list.m_Results[0].m_TimeOfDay);
703 */
704 OnlineServices.OnLoadServersAsync( result_list, error, response );
705 }

Перекрестные ссылки OnlineServices::OnLoadServersAsync().