Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ServerBrowserFiltering.c
Go to the documentation of this file.
1
2
3
4
5
class
GetRoomsIds
extends
JsonApiStruct
6
{
7
ref array<string>
ids
;
8
9
void
GetRoomsIds()
10
{
11
ids
=
new
array<string>;
12
RegV(
"ids"
);
13
}
14
}
15
16
class
RoomFilterBase :
JsonApiStruct
17
{
18
bool
includePing
=
false
;
19
bool
ownedOnly
=
false
;
20
}
ids
ref array< string > ids
Definition
PrefabImporter.c:27
JsonApiStruct
base classes for filtering in server browser
Definition
SCR_FeedbackDialogUI.c:3
ownedOnly
bool ownedOnly
Definition
ServerBrowserFiltering.c:19
includePing
class GetRoomsIds extends JsonApiStruct includePing
scripts
GameLib
online
ServerBrowserFiltering.c
Generated by
1.17.0