BaseSettingsUpdate

Base settings updates are used to manage global clan settings, such as privileges to use various aspects of this clan.

Constructors

Link copied to clipboard
constructor(allowUnaffined: Boolean, talkRank: Int, kickRank: Int, lootshareRank: Int, coinshareRank: Int)

Properties

Link copied to clipboard

whether guest members are allowed to join this clan

Link copied to clipboard

the minimum rank needed to toggle coinshare, unused in OldSchool

Link copied to clipboard

the minimum rank needed to kick other members in this clan

Link copied to clipboard

the minimum rank needed to toggle lootshare, unused in OldSchool

Link copied to clipboard

the minimum rank needed to talk within this clan

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String