Custom

class Custom(val intValue: Int) : Level

Custom level allows you to specify your own values and store them statically.

Constructors

Link copied to clipboard
constructor(intValue: Int)

Properties

Link copied to clipboard
open override val intValue: Int

Integer representation of a given level.

Functions

Link copied to clipboard
open operator override fun compareTo(other: Level): Int

Compares itself to other level for convenience.