Aura.Channel.Scripting.Scripts.NpcScript.DoingPtj C# (CSharp) Метод

DoingPtj() публичный Метод

Returns true if a PTJ quest is active.
public DoingPtj ( ) : bool
Результат bool
		public bool DoingPtj()
		{
			var quest = this.Player.Quests.GetPtjQuest();
			return (quest != null);
		}

Same methods

NpcScript::DoingPtj ( PtjType type ) : bool