Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ServerBrowserFiltering.c
Go to the documentation of this file.
1
2
3
4
5class 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
16class RoomFilterBase : JsonApiStruct
17{
18 bool includePing = false;
19 bool ownedOnly = false;
20}
ref array< string > ids
base classes for filtering in server browser
bool ownedOnly
class GetRoomsIds extends JsonApiStruct includePing