Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ServerCatalogueApi.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
31
sealed
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
size
int size
Definition
PrefabImporter.c:35
func
func
Definition
SCR_AIThreatSystem.c:6
GetSize
int GetSize()
Definition
SCR_EditableGroupComponent.c:386
BackendCallback
Definition
Backend_Storage.c:5
ServerCatalogueFilters
Object used to specify filters when listing internet servers in the ServerCatalogueApi.
Definition
ServerCatalogueFilters.c:14
ServerInfo
Definition
ServerInfo.c:8
EServerCatalogueOrderBy
EServerCatalogueOrderBy
Server Catalogue ordering values.
Definition
EServerCatalogueOrderBy.c:14
EServerCatalogueMode
EServerCatalogueMode
Different modes of ServerCatalogueApi which determines how will be catalogue filled with servers.
Definition
EServerCatalogueMode.c:14
EBackendCatalogueOrderDir
EBackendCatalogueOrderDir
Value specifying direction of ordering in Backend Catalogue.
Definition
EBackendCatalogueOrderDir.c:14
scripts
GameLib
generated
online
server
ServerCatalogueApi.c
Generated by
1.17.0