ProfileBehavior Class |
Namespace: ff14bot.NeoProfiles
public abstract class ProfileBehavior
The ProfileBehavior type exposes the following members.
Name | Description | |
---|---|---|
ProfileBehavior |
Name | Description | |
---|---|---|
Behavior | Gets the behavior. | |
HighPriority | ||
InCombat | ||
IsDone | Gets a value indicating whether this profile behavior is done. | |
IsDoneCache | Gets a value indicating whether this instance has a cached done. | |
IsQuestComplete | ||
IsStepComplete | ||
LineNumber | ||
PostCombatDelay | ||
QuestId | ||
QuestName | ||
StatusText | Gets or sets the status text. | |
StepId |
Name | Description | |
---|---|---|
CreateBehavior | Creates the behavior. | |
Done | Called when [done]. | |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).) | |
Equals(ProfileBehavior) |
Indicates whether the current object is equal to another object of the same type.
| |
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 a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Log(String, Object) | ||
Log(Color, String, Object) | ||
LogError |
Logs an error then stops the bot
| |
LogName | ||
LogSoftError |
Logs an error
| |
LogVerbose | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnDone | ||
OnResetCachedDone | ||
OnStart | ||
ResetCachedDone | Resets the cached done. | |
Start | Called when [start]. | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
UpdateBehavior | Updates the behavior. |
Name | Description | |
---|---|---|
Equality |
Implements the operator ==.
| |
Inequality |
Implements the operator !=.
|