CraftSpellData Class |
Namespace: ff14bot.Objects
public class CraftSpellData : SpellData
The CraftSpellData type exposes the following members.
Name | Description | |
---|---|---|
AdjustedCastTime |
This returns how long it will take the user to cast adjusted by spell haste etc
(Inherited from SpellData.) | |
AdjustedCooldown |
Returns recast for spell adjusted by skill/spell haste
(Inherited from SpellData.) | |
Affinity |
Affinity string at the bottom of spells
(Inherited from SpellData.) | |
BaseCastTime |
This returns how long the base cast time of a spell is.
(Inherited from SpellData.) | |
BaseCooldown |
Returns the raw recast for spell
(Inherited from SpellData.) | |
BaseCost |
Returns the mp factor used in calculating the cost
(Inherited from SpellData.) | |
Charges |
Charges left with the fraction being the percent twoards another charge being ready
(Inherited from SpellData.) | |
ComboSpellId |
Returns the spellid of the previous spell in its combo
(Inherited from SpellData.) | |
Cooldown |
Returns current time left on cooldown
(Inherited from SpellData.) | |
Cost |
Returns the cost of the spell at the players current level
(Overrides SpellDataCost.) | |
CostType |
CostType for the spell
(Inherited from SpellData.) | |
Description |
Used to get the spells description
(Overrides SpellDataDescription.) | |
EffectRange |
Effect range
(Overrides SpellDataEffectRange.) | |
GroundTarget |
Does the spell need to be cast on the ground
(Inherited from SpellData.) | |
Icon |
Icon id
(Overrides SpellDataIcon.) | |
IconImage |
Gets the icon image
(Inherited from SpellData.) | |
Id | (Inherited from SpellData.) | |
IsPlayerAction |
Spell is considered a player action, general actions are usually false
(Overrides SpellDataIsPlayerAction.) | |
IsPvP |
Spell is a pvp spell
(Overrides SpellDataIsPvP.) | |
IsValid | (Inherited from RemoteObject.) | |
Job |
Job type for the spell
(Overrides SpellDataJob.) | |
JobTypes |
All the jobs in the affinity
(Inherited from SpellData.) | |
LevelAcquired |
Returns level acquired
(Overrides SpellDataLevelAcquired.) | |
LocalizedName |
Returns the name of the spell in the games currently selected localization
(Inherited from SpellData.) | |
MaxCharges |
Maximum charges for this spell
(Inherited from SpellData.) | |
Name |
Returns the english name of the spell
(Inherited from SpellData.) | |
Omen |
Omen id
(Overrides SpellDataOmen.) | |
Pointer | (Inherited from RemoteObject.) | |
Radius |
Spell radius
(Inherited from SpellData.) | |
Range |
Spell range
(Inherited from SpellData.) | |
RawCastType |
Raw cast type
(Overrides SpellDataRawCastType.) | |
SpellType |
SpellType of spell Eg, WeaponSkill, Ability, etc
(Overrides SpellDataSpellType.) | |
UnlockLink |
Id for content unlock
(Inherited from SpellData.) | |
VTable | (Inherited from RemoteObject.) | |
XAxisModified |
X-Axis modifier
(Overrides SpellDataXAxisModified.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnUpdatePointer | (Inherited from RemoteObject.) | |
ToString |
Dump spell name
(Inherited from SpellData.) | |
UpdatePointer | (Inherited from RemoteObject.) |