CombatRoutine Class |
Namespace: ff14bot.AClasses
public abstract class CombatRoutine : MarshalByRefObject, IDisposable, IBehaviors, ICombatRoutine
The CombatRoutine type exposes the following members.
Name | Description | |
---|---|---|
CombatRoutine |
Name | Description | |
---|---|---|
ButtonText | ||
Class | ||
CombatBehavior | ||
CombatBuffBehavior | ||
DeathBehavior | ||
HealBehavior | ||
Name | ||
PreCombatBuffBehavior | ||
PullBehavior | ||
PullBuffBehavior | ||
PullRange | ||
RestBehavior | ||
SupportedCapabilities |
Gets the currently supported capabilities ORed together.
This should use the current dynamic state of the capabilities but
not the state returned by GetCapabilityState(CapabilityFlags) | |
WantButton |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | ||
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.) | |
GetCapabilityState | Returns the state of a capability. This can only be used by the combat routine | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasCapability |
Determines whether the Combat Routine has the given capability/capabilities.
It is assumed that capabilities can be toggled if available.
| |
Initialize | ||
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
OnButtonPress | ||
Pulse | ||
ShutDown | ||
ToString | (Overrides ObjectToString.) |