![]() |
LootLocker Unity SDK 8.1.1
Game backend SDK for Unity
|
Details about a player's active ban. More...
Properties | |
| string | ban_reason [get, set] |
| The reason for the ban. | |
| string | banned_on [get, set] |
| The time the ban was issued, as an ISO 8601 timestamp. | |
| string | banned_until [get, set] |
| The time the ban expires, as an ISO 8601 timestamp. | |
| bool | permanent [get, set] |
| True if the ban has no expiry date. | |
Details about a player's active ban.
|
getset |
The reason for the ban.
One of "manual" or "chargeback".
|
getset |
The time the ban expires, as an ISO 8601 timestamp.
Null when the ban is permanent; check the permanent field to confirm.