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

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

Returns number of times the player has successfully done the given PTJ type.
public GetPtjSuccessCount ( PtjType type ) : int
type PtjType
Результат int
		public int GetPtjSuccessCount(PtjType type)
		{
			return this.Player.Quests.GetPtjTrackRecord(type).Success;
		}