Aura.Channel.Scripting.Scripts.NpcScript.QuestActive C# (CSharp) Méthode

QuestActive() public méthode

Returns true if quest is in progress.
public QuestActive ( int questId, string objective = null ) : bool
questId int
objective string
Résultat bool
		public bool QuestActive(int questId, string objective = null)
		{
			return this.Player.Quests.IsActive(questId, objective);
		}