Used by orderbot profiles to parse xml attributes
Inheritance Hierarchy SystemObject
ff14bot.NeoProfilesConditionParser
Namespace:
ff14bot.NeoProfiles
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public class ConditionParser
The ConditionParser type exposes the following members.
Constructors Methods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| FreeItemSlots | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetQuestById | |
| GetQuestStep | |
| GetQuestStepGtLt | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HasAetheryte | |
| HasAtLeast | |
| HasAtLeastOneDailyQuestCompleted |
Returns true if the user has atleast one of the quests in the list.
|
| HasAtLeastOneQuest |
Returns true if the user has atleast one of the quests in the list.
|
| HasHqItem(String) | |
| HasHqItem(UInt32) | |
| HasItem(String) | |
| HasItem(UInt32) | |
| HasNqItem(String) | |
| HasNqItem(UInt32) | |
| HasQuest | |
| HqHasAtLeast | |
| HqItemCount(String) | |
| HqItemCount(UInt32) | |
| HuntEntryCompleted(ClassJobType, Int32) | |
| HuntEntryCompleted(Int32, ClassJobType, Int32) | |
| HuntGCEntryCompleted(Int32) | |
| HuntGCEntryCompleted(Int32, Int32) | |
| HuntGCEntryCompleted(GrandCompany, Int32) | |
| HuntGCEntryCompleted(Int32, GrandCompany, Int32) | |
| HuntGCRankCompleted(Int32) | |
| HuntGCRankCompleted(GrandCompany, Int32) | |
| HuntGCSubEntryCompleted(Int32, Int32) | |
| HuntGCSubEntryCompleted(Int32, Int32, Int32) | |
| HuntGCSubEntryCompleted(GrandCompany, Int32, Int32) | |
| HuntGCSubEntryCompleted(Int32, GrandCompany, Int32, Int32) | |
| HuntRankCompleted | |
| HuntSubEntryCompleted(ClassJobType, Int32, Int32) | |
| HuntSubEntryCompleted(Int32, ClassJobType, Int32, Int32) | |
| Initialize | |
| IsAetherCurrentCompleted | |
| IsAetherCurrentZoneComplete | |
| IsAetheryteKnown | |
| IsDailyQuestCompleted | |
| IsGearsetActive | |
| IsOnMap | |
| IsOnSubMap | |
| IsQuestAccepted | |
| IsQuestAcceptQualified | |
| IsQuestCompleted | |
| IsQuestProgressQualified | |
| IsTimeBetween | |
| IsTodoChecked | Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed. |
| ItemCount(String) | |
| ItemCount(UInt32) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| NqHasAtLeast | |
| NqItemCount(String) | |
| NqItemCount(UInt32) | |
| ObjectExistsWithId | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also