Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SBGetServersParams.c
Go to the documentation of this file.
1 class SCR_SBGetServersParams : SBGetServersParams
2 {
3  //------------------------------------------------------------------------------------------------
4  void SetDefaultSBGetServersParams()
5  {
6  RowsPerPage = 200;
7  Page = 1;
8  SortBy = SBSortBy.IDENTIFIER;
9  SortOrder = SBSortOrder.ASCENDING;
10  Platform = SBPlatform.ANY;
11  Region = SBRegion.ANY;
12  Filters = 0;
13  FilterFlags = 0;
14  FilterName = "";
15  FilterDescription = "";
16  FilterGameType = 0;
17  FilterGameMode = 0;
18  FilterGameVersion = "";
19  FilterClientVersion = "";
20  FilterMaxPlayers = 0;
21  FilterMinFreeSlots = 0;
22  }
23 
24  //------------------------------------------------------------------------------------------------
26  {
27  SetDefaultSBGetServersParams();
28  }
29 
30  //------------------------------------------------------------------------------------------------
32  {
33 
34  }
35 };
SCR_SBGetServersParams
Definition: SCR_SBGetServersParams.c:1