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

Static Public Member Functions

static void Update ()
 Updates the FateManager's object storage lists.
static FateData GetFateById (uint id)

Properties

static bool WithinFate [get]
static IEnumerable< FateDataAllFates [get]
 Gets a list of fates.
static IEnumerable< FateDataActiveFates [get]
static IEnumerable< FateDataGetRawFates [get]
 Call this if you are operating in another thread.

Member Function Documentation

◆ GetFateById()

FateData ff14bot.Managers.FateManager.GetFateById ( uint id)
static

◆ Update()

void ff14bot.Managers.FateManager.Update ( )
static

Updates the FateManager's object storage lists.

Property Documentation

◆ ActiveFates

IEnumerable<FateData> ff14bot.Managers.FateManager.ActiveFates
staticget

◆ AllFates

IEnumerable<FateData> ff14bot.Managers.FateManager.AllFates
staticget

Gets a list of fates.

A List of fates.

◆ GetRawFates

IEnumerable<FateData> ff14bot.Managers.FateManager.GetRawFates
staticget

Call this if you are operating in another thread.

◆ WithinFate

bool ff14bot.Managers.FateManager.WithinFate
staticget