Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.GearsetManager Class Reference

Class that handles managing user gearsets. More...

Static Public Member Functions

static void ChangeGearset (int index)
 Change to the provided index.
static void SaveGearset (int index)
 Update the provided index.
static async Task< bool > DeleteGearset (int index)
 Delete the gearset at the provided index.

Properties

static GearSet[] GearSets [get]
 Array of all active and inactive gearsets.
static byte GearsetLimit [get]
 Maximum number of gearsets a user may have.
static int ActiveGearsetIndex [get]
 Currently selected gearset index.
static GearSet ActiveGearset [get]
 Currently selected gearset.

Detailed Description

Class that handles managing user gearsets.

Member Function Documentation

◆ ChangeGearset()

void ff14bot.Managers.GearsetManager.ChangeGearset ( int index)
static

Change to the provided index.

Parameters
index

◆ DeleteGearset()

async Task< bool > ff14bot.Managers.GearsetManager.DeleteGearset ( int index)
static

Delete the gearset at the provided index.

Parameters
index
Returns
true if we were able to delete the gearset

◆ SaveGearset()

void ff14bot.Managers.GearsetManager.SaveGearset ( int index)
static

Update the provided index.

Parameters
index

Property Documentation

◆ ActiveGearset

GearSet ff14bot.Managers.GearsetManager.ActiveGearset
staticget

Currently selected gearset.

◆ ActiveGearsetIndex

int ff14bot.Managers.GearsetManager.ActiveGearsetIndex
staticget

Currently selected gearset index.

◆ GearsetLimit

byte ff14bot.Managers.GearsetManager.GearsetLimit
staticget

Maximum number of gearsets a user may have.

◆ GearSets

GearSet [] ff14bot.Managers.GearsetManager.GearSets
staticget

Array of all active and inactive gearsets.