SpellCastInfo Class |
Namespace: ff14bot.Objects
public class SpellCastInfo : RemoteObject
The SpellCastInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActionId |
Gets the id of the action being cast
|
![]() | ActionType |
Returns the ActionType of the spell being cast
|
![]() | CastLocation |
Returns the location targeted for the casted spell/item.
Data persists after the cast has completed.
|
![]() | CastTime |
How long the spell takes to cast
|
![]() | CurrentCastTime |
Returns how long into the cast the target is
|
![]() | Interruptible |
Returns true if the interrupt border is present
|
![]() | IsCasting |
Returns true if the target is currently casting
|
![]() | IsSpell |
Returns true if the cast is for a spell
|
![]() | IsValid | (Inherited from RemoteObject.) |
![]() | ItemData |
Gets the ItemData object of the item being used
|
![]() | Name |
Returns the english name of the spell being cast
|
![]() | Pointer | (Inherited from RemoteObject.) |
![]() | RemainingCastTime |
Returns how long before the current cast is completed
|
![]() | SpellData |
Gets the SpellData object of the spell being cast
|
![]() | TargetId |
The objectid target of the spell
|
![]() | VTable | (Inherited from RemoteObject.) |
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 | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdatePointer | (Inherited from RemoteObject.) |