LongClanSetting

Long-value based clan setting

Constructors

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

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: Long

the value of this setting, a 64-bit long.

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