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

◆ GetPermissionsAsync()

proto native EBiosError BiosPrivacyService::GetPermissionsAsync ( array< string > uid_list,
array< EBiosPrivacyPermission > permission_list )
private

Query for privacy permissions.

The async result is returned in the OnPermissions callback. Expected errors: BAD_PARAMETER - if atleast one of the permissions is not supported on the current platform, or atleast one of the input arrays is NULL.

Аргументы
uid_listlist of target user Uid's for which to query privacy permissions.
permission_listlist of requested permissions for each target user.
Возвращает
EBiosError indicating if the async operation is pending.