DayZ 1.27
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 строка 672

673 {
674 /*
675 if (result_list.m_Results != null && result_list.m_Results.Count() > 0)
676 Print(result_list.m_Results[0].m_TimeOfDay);
677 */
678 OnlineServices.OnLoadServersAsync( result_list, error, response );
679 }

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