Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ServerCatalogueApi.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
31sealed class ServerCatalogueApi
32{
33 private void ServerCatalogueApi();
34 private void ~ServerCatalogueApi();
35
37 static proto int GetMaxSize();
44 static proto void SetSize(int size);
46 static proto int GetSize();
51 static proto ServerInfo GetJoiningServer();
57 static proto ServerInfo GetLastServer();
59 static proto EServerCatalogueMode GetMode();
68 static proto void RequestPage(notnull BackendCallback pCallback, int page);
77 static proto void RequestOffset(notnull BackendCallback pCallback, int offset);
83 static proto void RequestRefresh(notnull BackendCallback pCallback);
90 static proto void SetSoftRefreshCallback(notnull BackendCallback pCallback);
98 static proto void SetOnPingSitesReady(notnull BackendCallback pCallback);
109 static proto void SetOnPingSitesMeasured(func onMeasured);
115 static proto void GetAvailablePingSites(out array<ServerPingSite> pingSitesOut);
121 static proto void SetFilters(ServerCatalogueFilters filters);
127 static proto ServerCatalogueFilters GetFilters();
132 static proto bool AppendOrderBy(EBackendCatalogueOrderDir orderDir, EServerCatalogueOrderBy orderBy);
134 static proto void ClearOrderBy();
136 static proto void GetItems(out array<ServerInfo> serversOut);
138 static proto int GetPageCount();
143 static proto int GetPageNumber();
145 static proto int GetTotalItemCount();
150 static proto int GetOffsetIndex();
155 static proto int GetCurrentItemCount();
156}
157
int size
Object used to specify filters when listing internet servers in the ServerCatalogueApi.
EServerCatalogueOrderBy
Server Catalogue ordering values.
EServerCatalogueMode
Different modes of ServerCatalogueApi which determines how will be catalogue filled with servers.
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.