SpellData Class |
Namespace: ff14bot.Objects
public class SpellData : RemoteObject
The SpellData type exposes the following members.
Name | Description | |
---|---|---|
AdjustedCastTime |
This returns how long it will take the user to cast adjusted by spell haste etc
| |
AdjustedCooldown |
Returns recast for spell adjusted by skill/spell haste
| |
Affinity |
Affinity string at the bottom of spells
| |
BaseCastTime |
This returns how long the base cast time of a spell is.
| |
BaseCooldown |
Returns the raw recast for spell
| |
BaseCost |
Returns the mp factor used in calculating the cost
| |
Charges |
Charges left with the fraction being the percent twoards another charge being ready
| |
ComboSpellId |
Returns the spellid of the previous spell in its combo
| |
Cooldown |
Returns current time left on cooldown
| |
Cost |
Returns the cost of the spell at the players current level
| |
CostType |
CostType for the spell
| |
Description | Obsolete.
Used to get the spells description
| |
EffectRange |
Effect range
| |
GroundTarget |
Does the spell need to be cast on the ground
| |
Icon |
Icon id
| |
IconImage |
Gets the icon image
| |
Id | ||
IsPlayerAction |
Spell is considered a player action, general actions are usually false
| |
IsPvP |
Spell is a pvp spell
| |
IsValid | (Inherited from RemoteObject.) | |
Job |
Job type for the spell
| |
JobTypes |
All the jobs in the affinity
| |
LevelAcquired |
Returns level acquired
| |
LocalizedName |
Returns the name of the spell in the games currently selected localization
| |
MaxCharges |
Maximum charges for this spell
| |
Name |
Returns the english name of the spell
| |
Omen |
Omen id
| |
Pointer | (Inherited from RemoteObject.) | |
Radius |
Spell radius
| |
Range |
Spell range
| |
RawCastType |
Raw cast type
| |
SpellType |
SpellType of spell Eg, WeaponSkill, Ability, etc
| |
UnlockLink |
Id for content unlock
| |
VTable | (Inherited from RemoteObject.) | |
XAxisModified |
X-Axis modifier
|
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
(Overrides ObjectToString.) | |
UpdatePointer | (Inherited from RemoteObject.) |