Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
OnlineBanListData.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
OnlineBanListData
: Managed
14
{
15
// Identity ID of player
16
string
identityId;
17
// Name of player when he was banned
18
string
bannedName;
19
// Current name of player
20
string
currentName;
21
// Reason of ban
22
string
reason;
23
// Timestamp of when ban was created
24
int
createdAt;
25
// Timestamp of when ban will expire (0 if never - permanent ban)
26
int
expiresAt;
27
28
}
29
OnlineBanListData
Structure for ban data response of BanList requests.
Definition
OnlineBanListData.c:14
scripts
GameLib
generated
online
OnlineBanListData.c
Generated by
1.17.0