Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
GroupCatalogue.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
16
sealed
class
GroupCatalogue
17
{
18
private
void
GroupCatalogue();
19
private
void
~GroupCatalogue();
20
22
proto external
GroupApplicationCatalogue
GetApplicationCatalogue();
29
proto external
void
InitCatalogue(notnull
BackendCallback
pCallback);
34
proto external
void
InitMyGroups(notnull
BackendCallback
pCallback);
43
proto external
void
RequestPage(
BackendCallback
pCallback,
int
uPage,
bool
bClearCache);
45
proto external
void
RequestRefresh(
BackendCallback
pCallback);
54
proto external
void
RequestOffset(
BackendCallback
pCallback,
int
uOffset,
bool
bClearCache);
59
proto external
int
GetJoinedGroups(out notnull array<GroupData> outJoinedGroups);
61
proto external
int
GetRoles(notnull out array<GroupMemberRole> outRoles);
66
proto external
void
RegisterGroup(notnull
BackendCallback
pCallback, notnull
GroupManifest
pManifest);
68
proto external
GroupData
GetActiveGroup();
74
proto external
void
SetFilters(
GroupCatalogueFilters
pFilters);
79
proto external
GroupCatalogueFilters
GetFilters();
84
proto external
void
AppendOrderBy(
EBackendCatalogueOrderDir
orderDir,
EGroupCatalogueOrderBy
orderBy);
86
proto external
void
ClearOrderBy();
88
proto external
int
GetPageItemCount();
90
proto external
int
GetPage();
92
proto external
void
SetPageSize(
int
iCount);
94
proto external
int
GetTotalItemCount();
96
proto external
int
GetPageCount();
98
proto external
int
MaxPageSize();
100
proto external
int
GetPageItems(out notnull array<GroupData> outGroups);
101
}
102
BackendCallback
Definition
Backend_Storage.c:5
GroupApplicationCatalogue
Definition
GroupApplicationCatalogue.c:13
GroupCatalogueFilters
Definition
GroupCatalogueFilters.c:13
GroupData
Definition
GroupData.c:13
GroupManifest
Data needed to register a new Group.
Definition
GroupManifest.c:14
EGroupCatalogueOrderBy
EGroupCatalogueOrderBy
Definition
EGroupCatalogueOrderBy.c:13
EBackendCatalogueOrderDir
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.
Definition
EBackendCatalogueOrderDir.c:14
scripts
GameLib
generated
online
groups
GroupCatalogue.c
Generated by
1.17.0