Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupMembership.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GroupMembership: Managed
13{
14 private void GroupMembership();
15 private void ~GroupMembership();
16
18 proto external GroupData GetGroup();
20 proto external int GetId();
22 proto external string GetNickname();
24 proto external int CreatedAt();
26 proto external GroupMemberRole GetRole();
28 [Obsolete("All details needed are already fetched by GroupMemberCatalogue.")]
29 proto external void RequestDetails(notnull BackendCallback pCallback);
31 proto external void Kick(notnull BackendCallback pCallback);
39 proto external void UpdateRole(notnull BackendCallback pCallback, int iRoleId);
40}
41
SCR_AIGroup GetGroup()