Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupData.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GroupData: Managed
13{
14 private void GroupData();
15 private void ~GroupData();
16
18 proto external GroupMembership GetMyMembership();
19 proto external string GetName();
20 proto external string GetTag();
21 proto external string GetDescription();
22 proto external string GetContactInfo();
23 proto external string GetPrimaryLanguage();
24 proto external string GetRules();
26 proto external void RequestDetails(notnull BackendCallback pCallback);
28 proto external void UpdateGroup(notnull BackendCallback pCallback, notnull GroupManifest pManifest);
35 proto external void ApplyForMembership(notnull BackendCallback pCallback);
42 proto external void CreateInvitation(notnull BackendCallback pCallback, UUID InvitedGameIdentity);
47 proto external void Leave(notnull BackendCallback pCallback);
49 proto external BImage GetImage(EGroupImageType eType);
56 proto external void TransferTopRole(notnull BackendCallback pCallback, notnull GroupMembership pMember);
60 proto external void Disband(notnull BackendCallback pCallback);
66 proto external void SetActive(notnull BackendCallback pCallback);
67 proto external int GetId();
68 proto external GroupMemberCatalogue GetGroupMemberCatalogue();
70 proto external int GetMemberCount();
76 proto external EGroupGameplayApproach GetGameplayApproaches();
82 proto external EGroupGameplayFocus GetGameplayFocuses();
88 proto external EGroupGameRegion GetGameRegions();
90 proto external EGroupEnlistmentStatus GetEnlistmentStatus();
91 proto external void Report(notnull BackendCallback pCallback, string sDescription, EGroupReportReason eReason);
92}
93
string GetTag()
@ Report
Data needed to register a new Group.
Definition UUID.c:28
EGroupReportReason
EGroupEnlistmentStatus
EGroupGameplayApproach
EGroupImageType
Image type used to get specific image of a Group.
EGroupGameRegion
EGroupGameplayFocus