Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupMemberCatalogue.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GroupMemberCatalogue
13{
14 private void GroupMemberCatalogue();
15 private void ~GroupMemberCatalogue();
16
25 proto external void RequestPage(BackendCallback pCallback, int iPage, bool bClearCache);
27 proto external void RequestRefresh(BackendCallback pCallback);
33 proto external void SetFilters(GroupMemberCatalogueFilters pFilters);
38 proto external GroupMemberCatalogueFilters GetFilters();
43 proto external void AppendOrderBy(EBackendCatalogueOrderDir orderDir, EGroupMemberCatalogueOrderBy orderBy);
45 proto external void ClearOrderBy();
54 proto external void RequestOffset(BackendCallback pCallback, int iOffset, bool bClearCache);
56 proto external int GetPageItemCount();
58 proto external int GetPage();
60 proto external void SetPageSize(int iCount);
62 proto external int GetTotalItemCount();
64 proto external int GetPageCount();
66 proto external int MaxPageSize();
68 proto external int GetPageItems(out notnull array<GroupMembership> outMembers);
69}
70
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.