Click or drag to resize

RunCode Class

Inheritance Hierarchy
SystemObject
  ff14bot.NeoProfilesProfileBehavior
    ff14bot.NeoProfiles.TagsRunCode

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

The RunCode type exposes the following members.

Constructors
  NameDescription
Public methodRunCode
Top
Properties
  NameDescription
Public propertyBehavior
Gets the behavior.
(Inherited from ProfileBehavior.)
Public propertyHighPriority (Inherited from ProfileBehavior.)
Public propertyInCombat (Inherited from ProfileBehavior.)
Public propertyIsDone (Overrides ProfileBehaviorIsDone.)
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 propertyName
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 (Overrides ProfileBehaviorCreateBehavior.)
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 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 (Inherited from ProfileBehavior.)
Protected methodOnResetCachedDone (Overrides ProfileBehaviorOnResetCachedDone.)
Protected methodOnStart (Overrides ProfileBehaviorOnStart.)
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