Server.Mobiles.BaseCreature.IsHurt C# (CSharp) Method

IsHurt() public method

public IsHurt ( ) : bool
return bool
        public bool IsHurt()
        {
            return ( Hits != HitsMax );
        }
BaseCreature