Lua API
On this page

Login_AccountBanned_S2C

Inherits from

Account has been banned

Fields:

BannedUntil number

Timestamp when ban expires, or 0 for permaban

OldText string

I believe this will be empty (len=1) in current version

Methods:

GetPropertyKeys() : string[]

Returns a list of strings of all public property / field names. Useful for reflection on UserData in lua scripts

Returns:string[]

ToString() : string

Returns a string that represents the current object.

Returns:string