wManager.Wow.Helpers Namespace
WRobot

EntryObjectiveQuest Constructor (Int32, Int32, Int32, Int32, Boolean, String)

Initializes a new instance of the EntryObjectiveQuest class.

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


public EntryObjectiveQuest(
	int entry,
	int objectiveNumber,
	int questId,
	int objectiveRequiredCount,
	bool objectiveRequiredAutoDetectCount,
	string description
)
Public Sub New ( _
	entry As Integer, _
	objectiveNumber As Integer, _
	questId As Integer, _
	objectiveRequiredCount As Integer, _
	objectiveRequiredAutoDetectCount As Boolean, _
	description As String _
)
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.