OtherCharacter

@Serializable
data class OtherCharacter(val name: String, val world: String, val isMain: Boolean, val isOnline: Boolean, val isDeleted: Boolean, val isRecentlyTraded: Boolean, val position: String?) : BaseCharacter(source)

Additional character listed in a Character's information.

Constructors

Link copied to clipboard
constructor(name: String, world: String, isMain: Boolean, isOnline: Boolean, isDeleted: Boolean, isRecentlyTraded: Boolean, position: String?)

Properties

Link copied to clipboard

Whether this character is scheduled for deletion or not.

Link copied to clipboard

Whether this is the main character of the account or not.

Link copied to clipboard

Whether this character is currently online or not.

Link copied to clipboard

Whether this character was recently traded.

Link copied to clipboard
open override val name: String

The name of the character.

Link copied to clipboard

Any special position the character holds.

Link copied to clipboard
open val url: String

The URL to the character's information page.

Link copied to clipboard

The world of the character.