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

Stores information about what aethercurrents have been completed. More...

Static Public Member Functions

static bool IsZoneComplete (uint zoneid)
 Checks if all the aether currents for a zone is completed.
static bool IsAetherCurrentCompleted (uint index)
 Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0.
static bool IsAetherCurrentCompleted (uint zoneid, uint index)
 Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0.
static bool[] CheckOffset (uint zoneid)
 Returns completion for a given zoneid results are the same as in the game gui, read from left to right, quests first then interactions second.

Properties

static uint[] FinishedZones [get]

Detailed Description

Stores information about what aethercurrents have been completed.

Member Function Documentation

◆ CheckOffset()

bool[] ff14bot.Managers.AetherCurrentManager.CheckOffset ( uint zoneid)
static

Returns completion for a given zoneid results are the same as in the game gui, read from left to right, quests first then interactions second.

Parameters
zoneid
Returns

◆ IsAetherCurrentCompleted() [1/2]

bool ff14bot.Managers.AetherCurrentManager.IsAetherCurrentCompleted ( uint index)
static

Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0.

Parameters
index
Returns

◆ IsAetherCurrentCompleted() [2/2]

bool ff14bot.Managers.AetherCurrentManager.IsAetherCurrentCompleted ( uint zoneid,
uint index )
static

Checks if the aether current at the given index is completed, first 5 are the quest aether currents then the ones you need to find index starts at 0.

Parameters
zoneid
index
Returns

◆ IsZoneComplete()

bool ff14bot.Managers.AetherCurrentManager.IsZoneComplete ( uint zoneid)
static

Checks if all the aether currents for a zone is completed.

Parameters
zoneid
Returns

Property Documentation

◆ FinishedZones

uint [] ff14bot.Managers.AetherCurrentManager.FinishedZones
staticget