Click or drag to resize

ComplexNodeTag Class

Inheritance Hierarchy
SystemObject
  ff14bot.NeoProfilesProfileBehavior
    ff14bot.NeoProfilesComplexNodeTag
      ff14bot.NeoProfilesIfTag

Namespace:  ff14bot.NeoProfiles
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public abstract class ComplexNodeTag : ProfileBehavior

The ComplexNodeTag type exposes the following members.

Constructors
  NameDescription
Protected methodComplexNodeTag
Top
Properties
  NameDescription
Public propertyBehavior
Gets the behavior.
(Inherited from ProfileBehavior.)
Public propertyBody
Public propertyHighPriority (Inherited from ProfileBehavior.)
Public propertyInCombat (Inherited from ProfileBehavior.)
Public propertyIsDone
Gets a value indicating whether this profile behavior is done.
(Inherited from ProfileBehavior.)
Public propertyIsDoneCache
Gets a value indicating whether this instance has a cached done.
(Inherited from ProfileBehavior.)
Protected propertyIsQuestComplete (Inherited from ProfileBehavior.)
Protected propertyIsStepComplete (Inherited from ProfileBehavior.)
Public propertyLineNumber (Inherited from ProfileBehavior.)
Public propertyPostCombatDelay (Inherited from ProfileBehavior.)
Public propertyQuestId (Inherited from ProfileBehavior.)
Public propertyQuestName (Inherited from ProfileBehavior.)
Public propertyStatusText
Gets or sets the status text.
(Inherited from ProfileBehavior.)
Public propertyStepId (Inherited from ProfileBehavior.)
Top
Methods
  NameDescription
Protected methodCreateBehavior
Creates the behavior.
(Inherited from ProfileBehavior.)
Public methodDone
Called when [done].
(Inherited from ProfileBehavior.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from ProfileBehavior.)
Public methodEquals(ProfileBehavior)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ProfileBehavior.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from ProfileBehavior.)
Public methodGetNodes
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog(String, Object) (Inherited from ProfileBehavior.)
Protected methodLog(Color, String, Object) (Inherited from ProfileBehavior.)
Protected methodLogError
Logs an error then stops the bot
(Inherited from ProfileBehavior.)
Protected methodLogName (Inherited from ProfileBehavior.)
Protected methodLogSoftError
Logs an error
(Inherited from ProfileBehavior.)
Protected methodLogVerbose (Inherited from ProfileBehavior.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDone (Overrides ProfileBehaviorOnDone.)
Protected methodOnResetCachedDone (Inherited from ProfileBehavior.)
Protected methodOnStart (Inherited from ProfileBehavior.)
Public methodResetCachedDone
Resets the cached done.
(Inherited from ProfileBehavior.)
Public methodStart
Called when [start].
(Inherited from ProfileBehavior.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ProfileBehavior.)
Protected methodUpdateBehavior
Updates the behavior.
(Inherited from ProfileBehavior.)
Top
See Also