Server.Items.TimeoutTeleporter.StartTimer C# (CSharp) Method

StartTimer() public method

public StartTimer ( Mobile m ) : void
m Mobile
return void
		public void StartTimer(Mobile m)
		{
			StartTimer(m, m_TimeoutDelay);
		}

Same methods

TimeoutTeleporter::StartTimer ( Mobile m, System.TimeSpan delay ) : void