Tab

enum Tab : Enum<Game.Tab>

Tabs which represent the different interfaces within the user interface of the game.

Entries

NONE
Link copied to clipboard
NONE("", -1)
MUSIC
Link copied to clipboard
MUSIC("Music Player", 910)
EMOTES
Link copied to clipboard
EMOTES("Emotes", 909)
OPTIONS
Link copied to clipboard
OPTIONS(SETTINGS.actions, SETTINGS.textures)
SETTINGS
Link copied to clipboard
SETTINGS("Settings", 908)
LOGOUT
Link copied to clipboard
LOGOUT("Logout", 907, 542)
ACCOUNT_MANAGEMENT
Link copied to clipboard
ACCOUNT_MANAGEMENT("Account Management", 1709)
FRIENDS_LIST
Link copied to clipboard
FRIENDS_LIST("Friends List", 782)
CLAN_CHAT
Link copied to clipboard
CLAN_CHAT(arrayOf("Clan-channel", "Your Clan", "View another clan"), 781, 2307, 2308)
MAGIC
Link copied to clipboard
MAGIC("Magic", 780, 1582, 1583, 1584)
PRAYER
Link copied to clipboard
PRAYER("Prayer", 902)
EQUIPMENT
Link copied to clipboard
EQUIPMENT("Worn Equipment", 901)
INVENTORY
Link copied to clipboard
INVENTORY("Inventory", 900)
QUESTS
Link copied to clipboard
QUESTS(arrayOf( "Quest List", "Character Summary", "Achievement Diaries", "Kourend Tasks" ), 2309, 776, 1299, 1414)
STATS
Link copied to clipboard
STATS("Skills", 898)
ATTACK
Link copied to clipboard
ATTACK("Combat Options", 168)

Functions

getByAction
Link copied to clipboard
fun getByAction(): Component?
getByTexture
Link copied to clipboard
fun getByTexture(): Component?

Properties

actions
Link copied to clipboard
val actions: Array<String>
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
textures
Link copied to clipboard
val textures: IntArray