Click or drag to resize

WhileTag Class

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

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

The WhileTag type exposes the following members.

Constructors
  NameDescription
Public methodWhileTag
Top
Properties
  NameDescription
Public propertyBehavior
Gets the behavior.
(Inherited from ProfileBehavior.)
Public propertyBody (Inherited from ComplexNodeTag.)
Public propertyCondition (Inherited from IfTag.)
Public propertyConditional (Inherited from IfTag.)
Public propertyHighPriority (Inherited from ProfileBehavior.)
Public propertyInCombat (Inherited from ProfileBehavior.)
Public propertyIsDone (Overrides IfTagIsDone.)
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 methodGetConditionExec (Inherited from IfTag.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from ProfileBehavior.)
Public methodGetNodes (Inherited from ComplexNodeTag.)
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 ComplexNodeTag.)
Protected methodOnResetCachedDone (Overrides IfTagOnResetCachedDone.)
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