EntryIndexQuest Constructor (Int32, Int32, Int32, Int32, Boolean, String)
Initializes a new instance of the EntryIndexQuest class.
Namespace:
wManager.Wow.ClassAssembly: wManager (in wManager.dll)
Syntax
public EntryIndexQuest( int entry, int index, int questId, int objectiveRequiredCount, bool objectiveRequiredAutoDetectCount, string description )
Parameters
- entry
- Type: Int32
The entry id.
- index
- Type: Int32
The objective index.
- questId
- Type: Int32
The quest id.
- objectiveRequiredCount
- Type: Int32
Objective required count.
- objectiveRequiredAutoDetectCount
- Type: Boolean
if set to true automatically detect count objective.
- description
- Type: String
The description.