Click or drag to resize

ProfileBehavior Class

Inheritance Hierarchy
SystemObject
  ff14bot.NeoProfilesProfileBehavior
    ff14bot.NeoProfilesComplexNodeTag
    ff14bot.NeoProfiles.TagsRunCode

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

The ProfileBehavior type exposes the following members.

Constructors
  NameDescription
Protected methodProfileBehavior
Top
Properties
  NameDescription
Public propertyBehavior
Gets the behavior.
Public propertyHighPriority
Public propertyInCombat
Public propertyIsDone
Gets a value indicating whether this profile behavior is done.
Public propertyIsDoneCache
Gets a value indicating whether this instance has a cached done.
Protected propertyIsQuestComplete
Protected propertyIsStepComplete
Public propertyLineNumber
Public propertyPostCombatDelay
Public propertyQuestId
Public propertyQuestName
Public propertyStatusText
Gets or sets the status text.
Public propertyStepId
Top
Methods
  NameDescription
Protected methodCreateBehavior
Creates the behavior.
Public methodDone
Called when [done].
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ProfileBehavior)
Indicates whether the current object is equal to another object of the same type.
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.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog(String, Object)
Protected methodLog(Color, String, Object)
Protected methodLogError
Logs an error then stops the bot
Protected methodLogName
Protected methodLogSoftError
Logs an error
Protected methodLogVerbose
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDone
Protected methodOnResetCachedDone
Protected methodOnStart
Public methodResetCachedDone
Resets the cached done.
Public methodStart
Called when [start].
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Protected methodUpdateBehavior
Updates the behavior.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
Top
See Also