Click or drag to resize

ConditionParser Class

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
C#
public class ConditionParser

The ConditionParser type exposes the following members.

Constructors
  NameDescription
Public methodConditionParser
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodStatic memberFreeItemSlots
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetQuestById
Public methodStatic memberGetQuestStep
Public methodStatic memberGetQuestStepGtLt
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHasAetheryte
Public methodStatic memberHasAtLeast
Public methodStatic memberHasAtLeastOneDailyQuestCompleted
Returns true if the user has atleast one of the quests in the list.
Public methodStatic memberHasAtLeastOneQuest
Returns true if the user has atleast one of the quests in the list.
Public methodStatic memberHasHqItem(String)
Public methodStatic memberHasHqItem(UInt32)
Public methodStatic memberHasItem(String)
Public methodStatic memberHasItem(UInt32)
Public methodStatic memberHasNqItem(String)
Public methodStatic memberHasNqItem(UInt32)
Public methodStatic memberHasQuest
Public methodStatic memberHqHasAtLeast
Public methodStatic memberHqItemCount(String)
Public methodStatic memberHqItemCount(UInt32)
Public methodStatic memberHuntEntryCompleted(ClassJobType, Int32)
Public methodStatic memberHuntEntryCompleted(Int32, ClassJobType, Int32)
Public methodStatic memberHuntGCEntryCompleted(Int32)
Public methodStatic memberHuntGCEntryCompleted(Int32, Int32)
Public methodStatic memberHuntGCEntryCompleted(GrandCompany, Int32)
Public methodStatic memberHuntGCEntryCompleted(Int32, GrandCompany, Int32)
Public methodStatic memberHuntGCRankCompleted(Int32)
Public methodStatic memberHuntGCRankCompleted(GrandCompany, Int32)
Public methodStatic memberHuntGCSubEntryCompleted(Int32, Int32)
Public methodStatic memberHuntGCSubEntryCompleted(Int32, Int32, Int32)
Public methodStatic memberHuntGCSubEntryCompleted(GrandCompany, Int32, Int32)
Public methodStatic memberHuntGCSubEntryCompleted(Int32, GrandCompany, Int32, Int32)
Public methodStatic memberHuntRankCompleted
Public methodStatic memberHuntSubEntryCompleted(ClassJobType, Int32, Int32)
Public methodStatic memberHuntSubEntryCompleted(Int32, ClassJobType, Int32, Int32)
Public methodStatic memberInitialize
Public methodStatic memberIsAetherCurrentCompleted
Public methodStatic memberIsAetherCurrentZoneComplete
Public methodStatic memberIsAetheryteKnown
Public methodStatic memberIsDailyQuestCompleted
Public methodStatic memberIsGearsetActive
Public methodStatic memberIsOnMap
Public methodStatic memberIsOnSubMap
Public methodStatic memberIsQuestAccepted
Public methodStatic memberIsQuestAcceptQualified
Public methodStatic memberIsQuestCompleted
Public methodStatic memberIsQuestProgressQualified
Public methodStatic memberIsTimeBetween
Public methodStatic memberIsTodoChecked
Checks if the quest step has proggressed past the provided step or that the objective at the given index has been completed.
Public methodStatic memberItemCount(String)
Public methodStatic memberItemCount(UInt32)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNqHasAtLeast
Public methodStatic memberNqItemCount(String)
Public methodStatic memberNqItemCount(UInt32)
Public methodStatic memberObjectExistsWithId
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also