Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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.
typedef array<ref BiosPrivacyUidResult> BiosPrivacyUidResultArray |
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.