Click or drag to resize

ChocoboManager Class

Inheritance Hierarchy
SystemObject
  ff14bot.ManagersChocoboManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class ChocoboManager

The ChocoboManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCanSummon
Public propertyStatic memberChocoboUnlocked
Returns true if the player has unlocked the grand company chocobo
Public propertyStatic memberIsStabled
Returns true if the player's chocobo is currently stabled.
Public propertyStatic memberObject
Public propertyStatic memberStance
Public propertyStatic memberSummoned
Public propertyStatic memberTimeLeft
Top
Methods
  NameDescription
Public methodStatic memberAttackerStance
Public methodStatic memberDefenderStance
Public methodStatic memberDismiss
Public methodStatic memberDismissChocobo
Task to dismount and dismiss chocobo
Public methodStatic memberFollow
Public methodStatic memberForceSummon
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
Public methodStatic memberFreeStance
Public methodStatic memberHealerStance
Public methodStatic memberSummon
Top
Fields
  NameDescription
Public fieldStatic memberBlockSummon
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.
Top
See Also