IntClanSetting

class IntClanSetting(val id: Int, val value: Int) : ClanSettingsFull.ClanSetting

Integer-value based clan setting

Constructors

Link copied to clipboard
constructor(id: Int, value: Int)

Properties

Link copied to clipboard
val id: Int

the id the of clan setting. Note that the last two bits(including the sign bit) may not be used.

Link copied to clipboard
val value: Int

the value of this setting, a 32-bit integer.

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