Rebornbuddy
|
Public Member Functions | |
void | Start () |
Called when [start]. | |
void | Done () |
Called when [done]. | |
void | ResetCachedDone () |
Resets the cached done. | |
override string | ToString () |
Returns a string that represents the current object. | |
bool | Equals (ProfileBehavior other) |
Indicates whether the current object is equal to another object of the same type. | |
override bool | Equals (object obj) |
Determines whether the specified T:System.Object is equal to the current T:System.Object. | |
override int | GetHashCode () |
Serves as a hash function for a particular type. |
Static Public Member Functions | |
static bool | operator== (ProfileBehavior left, ProfileBehavior right) |
Implements the operator ==. | |
static bool | operator!= (ProfileBehavior left, ProfileBehavior right) |
Implements the operator !=. |
Protected Member Functions | |
void | Log (Color color, string text, params object[] args) |
void | LogName (Color color, string name, string text, params object[] args) |
void | Log (string text, params object[] args) |
void | LogError (string text, params object[] args) |
Logs an error then stops the bot. | |
void | LogSoftError (string text, params object[] args) |
Logs an error. | |
void | LogVerbose (string text, params object[] args) |
virtual void | OnStart () |
virtual void | OnDone () |
virtual void | OnResetCachedDone () |
virtual Composite | CreateBehavior () |
Creates the behavior. |
Properties | |
virtual bool | HighPriority [get] |
int | LineNumber [get, set] |
bool | InCombat [get, set] |
int | QuestId [get, set] |
uint | StepId [get, set] |
float | PostCombatDelay [get, set] |
string | QuestName [get, set] |
bool | IsQuestComplete [get] |
bool | IsStepComplete [get] |
bool | IsDone [get] |
Gets a value indicating whether this profile behavior is done. | |
virtual string | StatusText [get, set] |
Gets or sets the status text. | |
virtual bool | IsDoneCache [get] |
Gets a value indicating whether this instance has a cached done. | |
Composite | Behavior [get] |
Gets the behavior. |
|
protectedvirtual |
Creates the behavior.
Reimplemented in ff14bot.NeoProfile.Code.Hook, and ff14bot.NeoProfiles.Tags.RunCode.
void ff14bot.NeoProfiles.ProfileBehavior.Done | ( | ) |
Called when [done].
Created 2012-07-02
override bool ff14bot.NeoProfiles.ProfileBehavior.Equals | ( | object | obj | ) |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
obj | The T:System.Object to compare with the current T:System.Object. |
<filterpriority>2</filterpriority>
bool ff14bot.NeoProfiles.ProfileBehavior.Equals | ( | ProfileBehavior | other | ) |
Indicates whether the current object is equal to another object of the same type.
other | An object to compare with this object. |
override int ff14bot.NeoProfiles.ProfileBehavior.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
<filterpriority>2</filterpriority>
|
protected |
|
protected |
|
protected |
Logs an error then stops the bot.
text | |
args |
|
protected |
|
protected |
Logs an error.
text | |
args |
|
protected |
|
protectedvirtual |
Reimplemented in ff14bot.NeoProfiles.ComplexNodeTag, and ff14bot.NeoProfiles.WhileTag.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in ff14bot.NeoProfile.Code.Hook, ff14bot.NeoProfiles.ComplexNodeTag, and ff14bot.NeoProfiles.Tags.RunCode.
|
static |
Implements the operator !=.
left | The left. |
right | The right. |
Created 2012-07-02
|
static |
Implements the operator ==.
left | The left. |
right | The right. |
Created 2012-07-02
void ff14bot.NeoProfiles.ProfileBehavior.ResetCachedDone | ( | ) |
Resets the cached done.
Created 2012-07-02
void ff14bot.NeoProfiles.ProfileBehavior.Start | ( | ) |
Called when [start].
Created 2012-06-18
override string ff14bot.NeoProfiles.ProfileBehavior.ToString | ( | ) |
Returns a string that represents the current object.
|
get |
Gets the behavior.
Created 2012-07-02
|
get |
|
getset |
|
getabstract |
Gets a value indicating whether this profile behavior is done.
true
if this profile behavior is done; otherwise, false
.
Created 2012-07-02
|
get |
Gets a value indicating whether this instance has a cached done.
true
if this instance has cached done; otherwise, false
.
Created 2012-07-02
|
getprotected |
|
getprotected |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
Gets or sets the status text.
The status text.
Created 2012-07-02
|
getset |