Server.Mobiles.TownCrier.ForceBeginAutoShout C# (CSharp) Méthode

ForceBeginAutoShout() public méthode

public ForceBeginAutoShout ( ) : void
Résultat void
		public void ForceBeginAutoShout()
		{
			if ( m_AutoShoutTimer == null )
				m_AutoShoutTimer = Timer.DelayCall( TimeSpan.FromSeconds( 5.0 ), TimeSpan.FromMinutes( 1.0 ), new TimerCallback( AutoShout_Callback ) );
		}