GameTab

enum GameTab

A game tab available in the side-panel widgets

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
Default - Tab switching will be either done by keys or mouse, depending on antiban props.

Functions

Link copied to clipboard
open fun getFKey(): Int
Gets the custom functional key to open a game tab.
Link copied to clipboard
Gets the preferred game tab switch preference
Link copied to clipboard
open fun isOpen(): Boolean
Checks whether or not the game tab is open.
Link copied to clipboard
open fun open(): Boolean
Opens the game tab.
Link copied to clipboard
Sets the preferred gametab switch preference
Link copied to clipboard
open fun valueOf(name: String): GameTab

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<GameTab>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.