Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GroupApplicationCatalogue.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class GroupApplicationCatalogue
13{
14 private void GroupApplicationCatalogue();
15 private void ~GroupApplicationCatalogue();
16
25 proto external void RequestPage(BackendCallback pCallback, int iPage, bool bClearCache);
27 proto external void RequestRefresh(BackendCallback pCallback);
33 proto external void SetFilters(GroupApplicationCatalogueFilters pFilters);
38 proto external GroupApplicationCatalogueFilters GetFilters();
43 proto external void AppendOrderBy(EBackendCatalogueOrderDir orderDir, EGroupApplicationCatalogueOrderBy 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<GroupApplication> outApplications);
69}
70
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.