Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GroupData.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
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
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
GetTag
string GetTag()
Definition
SCR_ScriptedWidgetTooltip.c:316
Report
@ Report
Definition
TextureImportTool.c:40
BImage
Definition
BImage.c:13
BackendCallback
Definition
Backend_Storage.c:5
GroupManifest
Data needed to register a new Group.
Definition
GroupManifest.c:14
GroupMemberCatalogue
Definition
GroupMemberCatalogue.c:13
GroupMembership
Definition
GroupMembership.c:13
UUID
Definition
UUID.c:28
EGroupReportReason
EGroupReportReason
Definition
EGroupReportReason.c:13
EGroupEnlistmentStatus
EGroupEnlistmentStatus
Definition
EGroupEnlistmentStatus.c:13
EGroupGameplayApproach
EGroupGameplayApproach
Definition
EGroupGameplayApproach.c:18
EGroupImageType
EGroupImageType
Image type used to get specific image of a Group.
Definition
EGroupImageType.c:14
EGroupGameRegion
EGroupGameRegion
Definition
EGroupGameRegion.c:18
EGroupGameplayFocus
EGroupGameplayFocus
Definition
EGroupGameplayFocus.c:18
scripts
GameLib
generated
online
groups
GroupData.c
Generated by
1.17.0