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

Static Public Member Functions

static async Task DismissChocobo ()
 Task to dismount and dismiss chocobo.
static void Summon ()
static void ForceSummon ()
 Disregards CanSummon check and summons the chocobo if the gyhsall greens can be used. Should only be used when we want to ignore mount settings for some reason.
static void Dismiss ()
static void Follow ()
static void FreeStance ()
static void DefenderStance ()
static void AttackerStance ()
static void HealerStance ()

Static Public Attributes

static bool BlockSummon
 Setting this to true will force CanSummon and CanSummonWith to return false. Used to block summoning when we are going to perform a task that must be performed without the companion.

Properties

static bool Summoned [get]
static bool IsStabled [get]
 Returns true if the player's chocobo is currently stabled.
static CompanionStance Stance [get]
static bool ChocoboUnlocked [get]
 Returns true if the player has unlocked the grand company chocobo.
static bool CanSummon [get]
static TimeSpan TimeLeft [get]
static BattleCharacter Object [get]

Member Function Documentation

◆ AttackerStance()

void ff14bot.Managers.ChocoboManager.AttackerStance ( )
static

◆ DefenderStance()

void ff14bot.Managers.ChocoboManager.DefenderStance ( )
static

◆ Dismiss()

void ff14bot.Managers.ChocoboManager.Dismiss ( )
static

◆ DismissChocobo()

async Task ff14bot.Managers.ChocoboManager.DismissChocobo ( )
static

Task to dismount and dismiss chocobo.

Returns

◆ Follow()

void ff14bot.Managers.ChocoboManager.Follow ( )
static

◆ ForceSummon()

void ff14bot.Managers.ChocoboManager.ForceSummon ( )
static

Disregards CanSummon check and summons the chocobo if the gyhsall greens can be used. Should only be used when we want to ignore mount settings for some reason.

◆ FreeStance()

void ff14bot.Managers.ChocoboManager.FreeStance ( )
static

◆ HealerStance()

void ff14bot.Managers.ChocoboManager.HealerStance ( )
static

◆ Summon()

void ff14bot.Managers.ChocoboManager.Summon ( )
static

Member Data Documentation

◆ BlockSummon

bool ff14bot.Managers.ChocoboManager.BlockSummon
static

Setting this to true will force CanSummon and CanSummonWith to return false. Used to block summoning when we are going to perform a task that must be performed without the companion.

Property Documentation

◆ CanSummon

bool ff14bot.Managers.ChocoboManager.CanSummon
staticget

◆ ChocoboUnlocked

bool ff14bot.Managers.ChocoboManager.ChocoboUnlocked
staticget

Returns true if the player has unlocked the grand company chocobo.

◆ IsStabled

bool ff14bot.Managers.ChocoboManager.IsStabled
staticget

Returns true if the player's chocobo is currently stabled.

◆ Object

BattleCharacter ff14bot.Managers.ChocoboManager.Object
staticget

◆ Stance

CompanionStance ff14bot.Managers.ChocoboManager.Stance
staticget

◆ Summoned

bool ff14bot.Managers.ChocoboManager.Summoned
staticget

◆ TimeLeft

TimeSpan ff14bot.Managers.ChocoboManager.TimeLeft
staticget