Varpbits

object Varpbits

Varpbits Varpbits is a utility which provides raw access to the game's settings, or otherwise known as varpbits.

Functions

array
Link copied to clipboard
fun array(): IntArray

Returns the array of settings for the game.

varpbit
Link copied to clipboard
fun varpbit(index: Int): Int

Returns the array of a specified index.

fun varpbit(index: Int, mask: Int): Int

Gets the value at a given index and applies a given mask to the value.

fun varpbit(index: Int, shift: Int, mask: Int): Int

Gets the value at a given index, bit shifts it right by a given number of bits and applies a mask.