Click or drag to resize

EmptySpell Class

Dummy spell that is "empty"
Inheritance Hierarchy
SystemObject
  ff14bot.ObjectsRemoteObject
    ff14bot.ObjectsSpellData
      ff14bot.ObjectsEmptySpell
        ff14bot.ManagersPetSpellData

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

The EmptySpell 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
(Overrides SpellDataEffectRange.)
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 (Inherited from SpellData.)
Public propertyIsPlayerAction
Spell is considered a player action, general actions are usually false
(Overrides SpellDataIsPlayerAction.)
Public propertyIsPvP
Spell is a pvp spell
(Overrides SpellDataIsPvP.)
Public propertyIsValid (Inherited from RemoteObject.)
Public propertyJob
Job type for the spell
(Overrides SpellDataJob.)
Public propertyJobTypes
All the jobs in the affinity
(Inherited from SpellData.)
Public propertyLevelAcquired
Returns level acquired
(Overrides SpellDataLevelAcquired.)
Public propertyLocalizedName
Returns the name of the spell in the games currently selected localization
(Inherited from SpellData.)
Public propertyMaxCharges
Maximum charges for this spell
(Inherited from SpellData.)
Public propertyName
Returns the english name of the spell
(Inherited from SpellData.)
Public propertyOmen
Omen id
(Overrides SpellDataOmen.)
Public propertyPointer (Inherited from RemoteObject.)
Public propertyRadius
Spell radius
(Inherited from SpellData.)
Public propertyRange
Spell range
(Overrides SpellDataRange.)
Public propertyRawCastType
Raw cast type
(Overrides SpellDataRawCastType.)
Public propertySpellType
SpellType of spell Eg, WeaponSkill, Ability, etc
(Overrides SpellDataSpellType.)
Public propertyUnlockLink
Id for content unlock
(Inherited from SpellData.)
Public propertyVTable (Inherited from RemoteObject.)
Public propertyXAxisModified
X-Axis modifier
(Overrides SpellDataXAxisModified.)
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 SpellDataToString.)
Public methodUpdatePointer (Inherited from RemoteObject.)
Top
Fields
  NameDescription
Protected field_job (Inherited from SpellData.)
Protected field_level (Inherited from SpellData.)
Public fieldStatic memberInstance
Static that holds the singularly used copy of emptyspell
Top
See Also