Click or drag to resize

PetSpellData Class

Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ObjectsSpellData
      ff14bot.ObjectsEmptySpell
        ff14bot.ManagersPetSpellData

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

The PetSpellData type exposes the following members.

Properties
  NameDescription
Public propertyAdjustedCastTime
This returns how long it will take the user to cast adjusted by spell haste etc
(Inherited from SpellData.)
Public propertyAdjustedCooldown
Returns recast for spell adjusted by skill/spell haste
(Inherited from SpellData.)
Public propertyAffinity
Affinity string at the bottom of spells
(Inherited from SpellData.)
Public propertyBaseCastTime
This returns how long the base cast time of a spell is.
(Inherited from SpellData.)
Public propertyBaseCooldown
Returns the raw recast for spell
(Inherited from SpellData.)
Public propertyBaseCost
Returns the mp factor used in calculating the cost
(Inherited from SpellData.)
Public propertyCharges
Charges left with the fraction being the percent twoards another charge being ready
(Inherited from SpellData.)
Public propertyComboSpellId
Returns the spellid of the previous spell in its combo
(Inherited from SpellData.)
Public propertyCooldown
Returns current time left on cooldown
(Inherited from SpellData.)
Public propertyCost
Returns the cost of the spell at the players current level
(Inherited from SpellData.)
Public propertyCostType
CostType for the spell
(Inherited from SpellData.)
Public propertyDescription Obsolete.
Used to get the spells description
(Inherited from SpellData.)
Public propertyEffectRange
Effect range
(Inherited from EmptySpell.)
Public propertyGroundTarget
Does the spell need to be cast on the ground
(Inherited from SpellData.)
Public propertyIcon
Icon id
(Inherited from SpellData.)
Public propertyIconImage
Gets the icon image
(Inherited from SpellData.)
Public propertyId (Overrides SpellDataId.)
Public propertyIsPlayerAction
Spell is considered a player action, general actions are usually false
(Inherited from EmptySpell.)
Public propertyIsPvP
Spell is a pvp spell
(Inherited from EmptySpell.)
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyJob
Job type for the spell
(Inherited from EmptySpell.)
Public propertyJobTypes
All the jobs in the affinity
(Inherited from SpellData.)
Public propertyLevelAcquired
Returns level acquired
(Inherited from EmptySpell.)
Public propertyLocalizedName
Returns the name of the spell in the games currently selected localization
(Overrides SpellDataLocalizedName.)
Public propertyMaxCharges
Maximum charges for this spell
(Inherited from SpellData.)
Public propertyName
Returns the english name of the spell
(Overrides SpellDataName.)
Public propertyOmen
Omen id
(Inherited from EmptySpell.)
Public propertyPetType
Public propertyPointer (Inherited from RemoteObject.)
Public propertyRadius
Spell radius
(Inherited from SpellData.)
Public propertyRange
Spell range
(Inherited from EmptySpell.)
Public propertyRawCastType
Raw cast type
(Inherited from EmptySpell.)
Public propertySpellType
SpellType of spell Eg, WeaponSkill, Ability, etc
(Inherited from EmptySpell.)
Public propertySubSpell
Public propertyUnlockLink
Id for content unlock
(Inherited from SpellData.)
Public propertyVTable (Inherited from RemoteObject.)
Public propertyXAxisModified
X-Axis modifier
(Inherited from EmptySpell.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnUpdatePointer (Inherited from RemoteObject.)
Public methodToString
Dump spell name
(Inherited from EmptySpell.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Protected field_job (Inherited from SpellData.)
Protected field_level (Inherited from SpellData.)
Public fieldSubSpellId
Top
See Also