Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupMemberRole.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
17sealed class GroupMemberRole: Managed
18{
19 private void GroupMemberRole();
20 private void ~GroupMemberRole();
21
22 proto external string GetName();
24 proto external void RequestPermissions(notnull BackendCallback pCallback);
25 proto external bool HasPermission(ERolePermission ePermission);
27 proto external ERolePermission GetPermissions();
29 proto external int GetPriority();
30}
31
ERolePermission
Enum value represents a bitflag in GroupMemberRole::m_permissions.