Core user class. Users are described in detail in Users article.

Constructor

Fields

read only attrs:UserAttributesCore

User attributes.

read only id:Int

User ID.

read only inventory:InventoryCore

User inventory.

isbanned:Bool

True, if user is banned from logging into the game.

read only lang:String

User language. Set on user login and saved to database.

read only logic:UserLogicCore

User temporary effects.

name:String

User name.

password:String

User password.

platform:String

Platform. Set on login, empty string by default. Is not saved to database.

read only regdate:String

User registration date.

Methods