AlpacaLibary  1.63
A closed source C++ bot for OSRS
Globals::GameTabs Namespace Reference

Classes

struct  SpellDef
 
struct  PrayerDef
 

Typedefs

typedef struct Globals::GameTabs::SpellDef SpellDef
 
typedef struct Globals::GameTabs::PrayerDef PrayerDef
 

Variables

const WidgetDef TAB_CLAN [3] = { { WIDGET_ROOT_FIXED, 39 }, { WIDGET_ROOT_RESIZABLE, 45 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 43 } }
 
const WidgetDef TAB_ACCOUNT_MANAGEMENT [3] = { { WIDGET_ROOT_FIXED, 40 }, { WIDGET_ROOT_RESIZABLE, 46 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 44 } }
 
const WidgetDef TAB_IGNORES [3] = { { WIDGET_ROOT_FIXED, 41 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 45 } }
 
const WidgetDef TAB_FRIENDS [3] = { { WIDGET_ROOT_FIXED, 41 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 45 } }
 
const WidgetDef TAB_LOGOUT [3] = { { WIDGET_ROOT_FIXED, 42 }, { WIDGET_ROOT_RESIZABLE, 48 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 37 } }
 
const WidgetDef TAB_OPTIONS [3] = { { WIDGET_ROOT_FIXED, 43 }, { WIDGET_ROOT_RESIZABLE, 49 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 46 } }
 
const WidgetDef TAB_EMOTES [3] = { { WIDGET_ROOT_FIXED, 44 }, { WIDGET_ROOT_RESIZABLE, 50 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 47 } }
 
const WidgetDef TAB_MUSIC [3] = { { WIDGET_ROOT_FIXED, 45 }, { WIDGET_ROOT_RESIZABLE, 51 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 48 } }
 
const WidgetDef TAB_COMBAT [3] = { { WIDGET_ROOT_FIXED, 56 }, { WIDGET_ROOT_RESIZABLE, 61 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 58 } }
 
const WidgetDef TAB_STATS [3] = { { WIDGET_ROOT_FIXED, 57 }, { WIDGET_ROOT_RESIZABLE, 62 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 59 } }
 
const WidgetDef TAB_QUESTS [3] = { { WIDGET_ROOT_FIXED, 58 }, { WIDGET_ROOT_RESIZABLE, 63 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 60 } }
 
const WidgetDef TAB_INVENTORY [3] = { { WIDGET_ROOT_FIXED, 59 }, { WIDGET_ROOT_RESIZABLE, 64 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 61 } }
 
const WidgetDef TAB_EQUIPMENT [3] = { { WIDGET_ROOT_FIXED, 60 }, { WIDGET_ROOT_RESIZABLE, 65 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 62 } }
 
const WidgetDef TAB_PRAYER [3] = { { WIDGET_ROOT_FIXED, 61 }, { WIDGET_ROOT_RESIZABLE, 66 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 63 } }
 
const WidgetDef TAB_MAGIC [3] = { { WIDGET_ROOT_FIXED, 62 }, { WIDGET_ROOT_RESIZABLE, 67 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 64 } }
 
const std::int32_t COMBAT_PARENT = 593
 
const WidgetDef COMBAT_AUTORETALIATE = { COMBAT_PARENT, 30 }
 
const WidgetDef COMBAT_SPECIAL = { COMBAT_PARENT, 36 }
 
const std::int32_t COMBAT_STYLE_CHILDREN [4] = { 4, 8, 12, 16 }
 
const std::int32_t EQUIPMENT_CONTAINER_ID = 94
 
const WidgetDef INVENTORY_ITEM_CONTAINER_WIDGET = { 149, 0 }
 
const WidgetDef INVENTORY_TRADE_CONTAINER_WIDGET = { 336, 0 }
 
const WidgetDef INVENTORY_EXCHANGE_CONTAINER_WIDGET = { 467, 0 }
 
const std::int32_t INVENTORY_CONTAINER_ID = 93
 
const std::int32_t LOGOUT_BUTTONS_PARENT = 182
 
const WidgetDef LOGOUT_LOGOUT_BUTTON = { LOGOUT_BUTTONS_PARENT, 8 }
 
const WidgetDef LOGOUT_WORLD_SWITCHER_BUTTON = { LOGOUT_BUTTONS_PARENT, 3 }
 
const std::int32_t LOGOUT_WORLD_SWITCHER_PARENT = 69
 
const WidgetDef LOGOUT_WORLD_SWITCHER_TITLE = { LOGOUT_WORLD_SWITCHER_PARENT, 2 }
 
const WidgetDef LOGOUT_WORLD_SWITCHER_LOGOUT = { LOGOUT_WORLD_SWITCHER_PARENT, 23 }
 
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 16 }
 
const WidgetDef LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 5 }
 
const std::int32_t MAGIC_SPELLS_PARENT = 218
 
const std::vector< SpellDefSpellDefs
 
const std::int32_t OPTIONS_PARENT = 261
 
const WidgetDef OPTIONS_ACCEPT_AID = { OPTIONS_PARENT, 100 }
 
const WidgetDef OPTIONS_RUN_MODE = { OPTIONS_PARENT, 103 }
 
const std::int32_t PRAYER_PRAYERS_PARENT = 541
 

Typedef Documentation

◆ PrayerDef

◆ SpellDef

Variable Documentation

◆ COMBAT_AUTORETALIATE

const WidgetDef Globals::GameTabs::COMBAT_AUTORETALIATE = { COMBAT_PARENT, 30 }

Definition at line 230 of file Globals.hpp.

◆ COMBAT_PARENT

const std::int32_t Globals::GameTabs::COMBAT_PARENT = 593

Definition at line 229 of file Globals.hpp.

◆ COMBAT_SPECIAL

const WidgetDef Globals::GameTabs::COMBAT_SPECIAL = { COMBAT_PARENT, 36 }

Definition at line 231 of file Globals.hpp.

◆ COMBAT_STYLE_CHILDREN

const std::int32_t Globals::GameTabs::COMBAT_STYLE_CHILDREN[4] = { 4, 8, 12, 16 }

Definition at line 232 of file Globals.hpp.

◆ EQUIPMENT_CONTAINER_ID

const std::int32_t Globals::GameTabs::EQUIPMENT_CONTAINER_ID = 94

Definition at line 235 of file Globals.hpp.

◆ INVENTORY_CONTAINER_ID

const std::int32_t Globals::GameTabs::INVENTORY_CONTAINER_ID = 93

Definition at line 241 of file Globals.hpp.

◆ INVENTORY_EXCHANGE_CONTAINER_WIDGET

const WidgetDef Globals::GameTabs::INVENTORY_EXCHANGE_CONTAINER_WIDGET = { 467, 0 }

Definition at line 240 of file Globals.hpp.

◆ INVENTORY_ITEM_CONTAINER_WIDGET

const WidgetDef Globals::GameTabs::INVENTORY_ITEM_CONTAINER_WIDGET = { 149, 0 }

Definition at line 238 of file Globals.hpp.

◆ INVENTORY_TRADE_CONTAINER_WIDGET

const WidgetDef Globals::GameTabs::INVENTORY_TRADE_CONTAINER_WIDGET = { 336, 0 }

Definition at line 239 of file Globals.hpp.

◆ LOGOUT_BUTTONS_PARENT

const std::int32_t Globals::GameTabs::LOGOUT_BUTTONS_PARENT = 182

Definition at line 244 of file Globals.hpp.

◆ LOGOUT_LOGOUT_BUTTON

const WidgetDef Globals::GameTabs::LOGOUT_LOGOUT_BUTTON = { LOGOUT_BUTTONS_PARENT, 8 }

Definition at line 245 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_BUTTON

const WidgetDef Globals::GameTabs::LOGOUT_WORLD_SWITCHER_BUTTON = { LOGOUT_BUTTONS_PARENT, 3 }

Definition at line 246 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_LOGOUT

const WidgetDef Globals::GameTabs::LOGOUT_WORLD_SWITCHER_LOGOUT = { LOGOUT_WORLD_SWITCHER_PARENT, 23 }

Definition at line 249 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_PARENT

const std::int32_t Globals::GameTabs::LOGOUT_WORLD_SWITCHER_PARENT = 69

Definition at line 247 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_TITLE

const WidgetDef Globals::GameTabs::LOGOUT_WORLD_SWITCHER_TITLE = { LOGOUT_WORLD_SWITCHER_PARENT, 2 }

Definition at line 248 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_WORLDS_BOX

const WidgetDef Globals::GameTabs::LOGOUT_WORLD_SWITCHER_WORLDS_BOX = { LOGOUT_WORLD_SWITCHER_PARENT, 5 }

Definition at line 251 of file Globals.hpp.

◆ LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER

const WidgetDef Globals::GameTabs::LOGOUT_WORLD_SWITCHER_WORLDS_CONTAINER = { LOGOUT_WORLD_SWITCHER_PARENT, 16 }

Definition at line 250 of file Globals.hpp.

◆ MAGIC_SPELLS_PARENT

const std::int32_t Globals::GameTabs::MAGIC_SPELLS_PARENT = 218

Definition at line 254 of file Globals.hpp.

◆ OPTIONS_ACCEPT_AID

const WidgetDef Globals::GameTabs::OPTIONS_ACCEPT_AID = { OPTIONS_PARENT, 100 }

Definition at line 456 of file Globals.hpp.

◆ OPTIONS_PARENT

const std::int32_t Globals::GameTabs::OPTIONS_PARENT = 261

Definition at line 455 of file Globals.hpp.

◆ OPTIONS_RUN_MODE

const WidgetDef Globals::GameTabs::OPTIONS_RUN_MODE = { OPTIONS_PARENT, 103 }

Definition at line 457 of file Globals.hpp.

◆ PRAYER_PRAYERS_PARENT

const std::int32_t Globals::GameTabs::PRAYER_PRAYERS_PARENT = 541

Definition at line 460 of file Globals.hpp.

◆ SpellDefs

const std::vector<SpellDef> Globals::GameTabs::SpellDefs

Definition at line 264 of file Globals.hpp.

◆ TAB_ACCOUNT_MANAGEMENT

const WidgetDef Globals::GameTabs::TAB_ACCOUNT_MANAGEMENT[3] = { { WIDGET_ROOT_FIXED, 40 }, { WIDGET_ROOT_RESIZABLE, 46 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 44 } }

Definition at line 212 of file Globals.hpp.

◆ TAB_CLAN

const WidgetDef Globals::GameTabs::TAB_CLAN[3] = { { WIDGET_ROOT_FIXED, 39 }, { WIDGET_ROOT_RESIZABLE, 45 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 43 } }

Definition at line 211 of file Globals.hpp.

◆ TAB_COMBAT

const WidgetDef Globals::GameTabs::TAB_COMBAT[3] = { { WIDGET_ROOT_FIXED, 56 }, { WIDGET_ROOT_RESIZABLE, 61 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 58 } }

Definition at line 219 of file Globals.hpp.

◆ TAB_EMOTES

const WidgetDef Globals::GameTabs::TAB_EMOTES[3] = { { WIDGET_ROOT_FIXED, 44 }, { WIDGET_ROOT_RESIZABLE, 50 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 47 } }

Definition at line 217 of file Globals.hpp.

◆ TAB_EQUIPMENT

const WidgetDef Globals::GameTabs::TAB_EQUIPMENT[3] = { { WIDGET_ROOT_FIXED, 60 }, { WIDGET_ROOT_RESIZABLE, 65 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 62 } }

Definition at line 223 of file Globals.hpp.

◆ TAB_FRIENDS

const WidgetDef Globals::GameTabs::TAB_FRIENDS[3] = { { WIDGET_ROOT_FIXED, 41 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 45 } }

Definition at line 214 of file Globals.hpp.

◆ TAB_IGNORES

const WidgetDef Globals::GameTabs::TAB_IGNORES[3] = { { WIDGET_ROOT_FIXED, 41 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 45 } }

Definition at line 213 of file Globals.hpp.

◆ TAB_INVENTORY

const WidgetDef Globals::GameTabs::TAB_INVENTORY[3] = { { WIDGET_ROOT_FIXED, 59 }, { WIDGET_ROOT_RESIZABLE, 64 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 61 } }

Definition at line 222 of file Globals.hpp.

◆ TAB_LOGOUT

const WidgetDef Globals::GameTabs::TAB_LOGOUT[3] = { { WIDGET_ROOT_FIXED, 42 }, { WIDGET_ROOT_RESIZABLE, 48 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 37 } }

Definition at line 215 of file Globals.hpp.

◆ TAB_MAGIC

const WidgetDef Globals::GameTabs::TAB_MAGIC[3] = { { WIDGET_ROOT_FIXED, 62 }, { WIDGET_ROOT_RESIZABLE, 67 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 64 } }

Definition at line 225 of file Globals.hpp.

◆ TAB_MUSIC

const WidgetDef Globals::GameTabs::TAB_MUSIC[3] = { { WIDGET_ROOT_FIXED, 45 }, { WIDGET_ROOT_RESIZABLE, 51 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 48 } }

Definition at line 218 of file Globals.hpp.

◆ TAB_OPTIONS

const WidgetDef Globals::GameTabs::TAB_OPTIONS[3] = { { WIDGET_ROOT_FIXED, 43 }, { WIDGET_ROOT_RESIZABLE, 49 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 46 } }

Definition at line 216 of file Globals.hpp.

◆ TAB_PRAYER

const WidgetDef Globals::GameTabs::TAB_PRAYER[3] = { { WIDGET_ROOT_FIXED, 61 }, { WIDGET_ROOT_RESIZABLE, 66 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 63 } }

Definition at line 224 of file Globals.hpp.

◆ TAB_QUESTS

const WidgetDef Globals::GameTabs::TAB_QUESTS[3] = { { WIDGET_ROOT_FIXED, 58 }, { WIDGET_ROOT_RESIZABLE, 63 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 60 } }

Definition at line 221 of file Globals.hpp.

◆ TAB_STATS

const WidgetDef Globals::GameTabs::TAB_STATS[3] = { { WIDGET_ROOT_FIXED, 57 }, { WIDGET_ROOT_RESIZABLE, 62 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 59 } }

Definition at line 220 of file Globals.hpp.