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

◆ OnFriendsAsync()

void BiosSocialService::OnFriendsAsync ( BiosFriendInfoArray friend_list,
EBiosError error )
inlineprivate

Async callback for GetFriendsAsync.

Аргументы
friend_listlist of BiosFriendInfo for each friend. NULL if failed.
errorerror indicating success or fail of the async operation.

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

59 {
60 OnlineServices.OnFriendsAsync( friend_list, error );
61 }

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