Server.Mobiles.EtherealMount.EtherealSpell.OnDisturb C# (CSharp) Méthode

OnDisturb() public méthode

public OnDisturb ( DisturbType type, bool message ) : void
type DisturbType
message bool
Résultat void
			public override void OnDisturb( DisturbType type, bool message )
			{
				if( message && !m_Stop )
					Caster.SendLocalizedMessage( 1049455 ); // You have been disrupted while attempting to summon your ethereal mount!

				//m_Mount.UnmountMe();
			}