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

Class that handles interacting with chocobo race abilities and items. More...

Static Public Member Functions

static void UseItem ()
 Uses the item slot.
static void UseAbility ()
 Uses the first ability.
static void UseAbility2 ()
 Uses the second ability.

Properties

static HotbarSlot Item [get]
 Gets the active item.
static bool CanUseItem [get]
 Checks if the item slot can be used.
static HotbarSlot Ability [get]
 Gets the first ability.
static bool CanUseAbility [get]
 Checks if the first ability can be used.
static HotbarSlot Ability2 [get]
 Gets the second ability.
static bool CanUseAbility2 [get]
 Checks if the second ability can be used.
static ChocoboStatus Status [get]
 Get the chocobos current status.
static float Stamina [get]
 Get the remaining stamina.

Detailed Description

Class that handles interacting with chocobo race abilities and items.

Member Function Documentation

◆ UseAbility()

void ff14bot.Managers.ChocoboRaceManager.UseAbility ( )
static

Uses the first ability.

◆ UseAbility2()

void ff14bot.Managers.ChocoboRaceManager.UseAbility2 ( )
static

Uses the second ability.

◆ UseItem()

void ff14bot.Managers.ChocoboRaceManager.UseItem ( )
static

Uses the item slot.

Property Documentation

◆ Ability

HotbarSlot ff14bot.Managers.ChocoboRaceManager.Ability
staticget

Gets the first ability.

◆ Ability2

HotbarSlot ff14bot.Managers.ChocoboRaceManager.Ability2
staticget

Gets the second ability.

◆ CanUseAbility

bool ff14bot.Managers.ChocoboRaceManager.CanUseAbility
staticget

Checks if the first ability can be used.

◆ CanUseAbility2

bool ff14bot.Managers.ChocoboRaceManager.CanUseAbility2
staticget

Checks if the second ability can be used.

◆ CanUseItem

bool ff14bot.Managers.ChocoboRaceManager.CanUseItem
staticget

Checks if the item slot can be used.

◆ Item

HotbarSlot ff14bot.Managers.ChocoboRaceManager.Item
staticget

Gets the active item.

◆ Stamina

float ff14bot.Managers.ChocoboRaceManager.Stamina
staticget

Get the remaining stamina.

◆ Status

ChocoboStatus ff14bot.Managers.ChocoboRaceManager.Status
staticget

Get the chocobos current status.