DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | BiosPrivacyPermissionResult |
BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust. More... | |
class | BiosPrivacyUidResult |
BiosPrivacyUidResult represents the per user result of the GetPermissionsAsync request. More... | |
class | BiosPrivacyService |
BiosPrivacyService is used to query privacy permissions for a target user/s. More... | |
Typedefs | |
typedef array< ref BiosPrivacyPermissionResult > | BiosPrivacyPermissionResultArray |
typedef array< ref BiosPrivacyUidResult > | BiosPrivacyUidResultArray |
Enumerations | |
enum | EBiosPrivacyPermission { COMMUNICATE_VOICE , COMMUNICATE_TEXT , VIEW_PROFILE , VIEW_PRESENCE } |
EBiosPrivacyPermission represents possible privacy permissions. More... | |
enum | EBiosPrivacyPrivilege { COMMUNICATE_VOICE , COMMUNICATE_TEXT , MULTIPLAYER_GAMEPLAY , MULTIPLAYER_LOBBY } |
EBiosPrivacyPrivilege represents possible privacy privileges. More... | |
Definition at line 39 of file BiosPrivacyService.c.
Definition at line 49 of file BiosPrivacyService.c.
EBiosPrivacyPermission represents possible privacy permissions.
See individual values for platform support and meaning.
Definition at line 5 of file BiosPrivacyService.c.
EBiosPrivacyPrivilege represents possible privacy privileges.
See individual values for platform support and meaning.
Definition at line 17 of file BiosPrivacyService.c.