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

Constructor

Fields

read only attrs:UserAttributesClass

User attributes.

read only badges:BadgesClass

User badges.

read only block:Block

User data block. Is public for children classes access.

read only chains:UserChainsClass

User quest chains.

client:ClientInfo

Client variable. Can be null when client is offline.

read only effects:EffectsClass

User temporary effects.

email:String

User email.

read only id:Int

User ID.

read only inventory:InventoryClass

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.

name:String

User name.

networkid:String

User SNS ID.

read only networktype:String

SNS type (2 symbols).

password:String

User password.

platform:String

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

read only quests:UserQuestsClass

User quests.

read only regdate:String

User registration date.

read only server:ServerClass

Server variable.

read only vars:UserVariablesClass

User variables.