Click or drag to resize

ComplexNodeTag Methods

The ComplexNodeTag type exposes the following members.

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