Server.SkillHandlers.SpiritSpeak.SpiritSpeakSpell.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 )
					return false;

				return true;
			}