ComplexNodeTag Class |
Namespace: ff14bot.NeoProfiles
public abstract class ComplexNodeTag : ProfileBehavior
The ComplexNodeTag type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComplexNodeTag |
Name | Description | |
---|---|---|
![]() | Behavior | Gets the behavior. (Inherited from ProfileBehavior.) |
![]() | Body | |
![]() | HighPriority | (Inherited from ProfileBehavior.) |
![]() | InCombat | (Inherited from ProfileBehavior.) |
![]() | IsDone | Gets a value indicating whether this profile behavior is done. (Inherited from ProfileBehavior.) |
![]() | 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.) |
![]() | 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 | Creates the behavior. (Inherited from ProfileBehavior.) |
![]() | 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.) |
![]() | GetNodes | |
![]() | 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 | (Overrides ProfileBehaviorOnDone.) |
![]() | OnResetCachedDone | (Inherited from ProfileBehavior.) |
![]() | OnStart | (Inherited from ProfileBehavior.) |
![]() | 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.) |