EntryObjectiveQuest Constructor (Int32, Int32, Int32, Int32, Boolean, String)
Initializes a new instance of the EntryObjectiveQuest class.
Namespace:
Quester.ProfileAssembly: Quester (in Quester.dll)
Syntax
public EntryObjectiveQuest( int entry, int objectiveNumber, int questId, int objectiveRequiredCount, bool objectiveRequiredAutoDetectCount, string description )
Parameters
- entry
- Type: Int32
The entry.
- objectiveNumber
- Type: Int32
The objective number.
- questId
- Type: Int32
The quest identifier.
- objectiveRequiredCount
- Type: Int32
The objective required count.
- objectiveRequiredAutoDetectCount
- Type: Boolean
if set to true [objective required automatic detect count].
- description
- Type: String
The description.