Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BanListPageParams.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
sealed
class
BanListPageParams
:
JsonApiStruct
14
{
15
// how many bans will be on one page
16
int
limit;
17
// offset for ban list - to show different page offset by: limit * pageNumber
18
int
offset;
19
// name of player to be used as filter for ban list (optional)
20
string
playerName;
21
// how should player name be searched/matched in database
22
EStringMatchType
playerNameMatchType;
23
24
}
25
BanListPageParams
JsonApiStruct passed to BanList backend requests.
Definition
BanListPageParams.c:14
JsonApiStruct
base classes for filtering in server browser
Definition
SCR_FeedbackDialogUI.c:3
EStringMatchType
EStringMatchType
Enum used to specify how string is matched when searching in backend database.
Definition
EStringMatchType.c:14
scripts
GameLib
generated
online
BanListPageParams.c
Generated by
1.17.0