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

CheckDisturb() public méthode

public CheckDisturb ( DisturbType type, bool checkFirst, bool resistable ) : bool
type DisturbType
checkFirst bool
resistable bool
Résultat bool
			public override bool CheckDisturb( DisturbType type, bool checkFirst, bool resistable )
			{
				if( type == DisturbType.EquipRequest || type == DisturbType.UseRequest/* || type == DisturbType.Hurt*/ )
					return false;

				return true;
			}