Click or drag to resize

SpellData Class

This class houses the information for spells
Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ObjectsSpellData
      ff14bot.ObjectsCraftSpellData
      ff14bot.ObjectsEmptySpell

Namespace:  ff14bot.Objects
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public class SpellData : RemoteObject

The SpellData 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
Public propertyAdjustedCooldown
Returns recast for spell adjusted by skill/spell haste
Public propertyAffinity
Affinity string at the bottom of spells
Public propertyBaseCastTime
This returns how long the base cast time of a spell is.
Public propertyBaseCooldown
Returns the raw recast for spell
Public propertyBaseCost
Returns the mp factor used in calculating the cost
Public propertyCharges
Charges left with the fraction being the percent twoards another charge being ready
Public propertyComboSpellId
Returns the spellid of the previous spell in its combo
Public propertyCooldown
Returns current time left on cooldown
Public propertyCost
Returns the cost of the spell at the players current level
Public propertyCostType
CostType for the spell
Public propertyDescription Obsolete.
Used to get the spells description
Public propertyEffectRange
Effect range
Public propertyGroundTarget
Does the spell need to be cast on the ground
Public propertyIcon
Icon id
Public propertyIconImage
Gets the icon image
Public propertyId
Public propertyIsPlayerAction
Spell is considered a player action, general actions are usually false
Public propertyIsPvP
Spell is a pvp spell
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyJob
Job type for the spell
Public propertyJobTypes
All the jobs in the affinity
Public propertyLevelAcquired
Returns level acquired
Public propertyLocalizedName
Returns the name of the spell in the games currently selected localization
Public propertyMaxCharges
Maximum charges for this spell
Public propertyName
Returns the english name of the spell
Public propertyOmen
Omen id
Public propertyPointer (Inherited from RemoteObject.)
Public propertyRadius
Spell radius
Public propertyRange
Spell range
Public propertyRawCastType
Raw cast type
Public propertySpellType
SpellType of spell Eg, WeaponSkill, Ability, etc
Public propertyUnlockLink
Id for content unlock
Public propertyVTable (Inherited from RemoteObject.)
Public propertyXAxisModified
X-Axis modifier
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
(Overrides ObjectToString.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Protected field_job
Protected field_level
Top
See Also