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