|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the documentation of this file.
34 return ( a.m_Permission == b.m_Permission && a.m_IsAllowed == b.m_IsAllowed );
93 if (result_list ==
null)
95 Print(
"biapi privacy error: " + error);
BiosPrivacyService is used to query privacy permissions for a target user/s.
proto void Print(void var)
Prints content of variable to console/log.
@ MULTIPLAYER_GAMEPLAY
Xbox: represents XPRIVILEGE_MULTIPLAYER_SESSIONS privilege, see Xbox Docs.
@ COMMUNICATE_TEXT
Xbox: represents CommunicateUsingText permissions, see Xbox Docs.
array< ref BiosPrivacyPermissionResult > BiosPrivacyPermissionResultArray
BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust.
@ COMMUNICATE_VOICE
Xbox: represents CommunicateUsingVoice permissions, see Xbox Docs.
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
EBiosPrivacyPrivilege
EBiosPrivacyPrivilege represents possible privacy privileges.
@ MULTIPLAYER_LOBBY
Xbox: represents XPRIVILEGE_MULTIPLAYER_PARTIES privilege, see Xbox Docs.
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
EBiosPrivacyPermission
EBiosPrivacyPermission represents possible privacy permissions.
BiosPrivacyUidResult represents the per user result of the GetPermissionsAsync request.
array< ref BiosPrivacyUidResult > BiosPrivacyUidResultArray
@ VIEW_PRESENCE
Xbox: represents ViewTargetPresence permissions, see Xbox Docs.
@ VIEW_PROFILE
Xbox: represents ViewTargetProfile permissions, see Xbox Docs.