|
DayZ 1.24
|
BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust. More...
Static Private Member Functions | |
| static bool | Compare (BiosPrivacyPermissionResult a, BiosPrivacyPermissionResult b) |
Private Attributes | |
| EBiosPrivacyPermission | m_Permission |
| The reqeusted permission. | |
| bool | m_IsAllowed |
| Result. | |
BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust.
Definition at line 27 of file BiosPrivacyService.c.
|
inlinestaticprivate |
Definition at line 32 of file BiosPrivacyService.c.
References m_IsAllowed, and m_Permission.
Referenced by OnlineServices::OnPermissionsAsync().
|
private |
|
private |
The reqeusted permission.
Definition at line 29 of file BiosPrivacyService.c.
Referenced by Compare().