Ejemplo n.º 1
0
        public KRGumpHtmlLocalized( int x, int y, int width, int height, int number, int color, bool background, bool scrollbar )
        {
            m_X = x;
            m_Y = y;
            m_Width = width;
            m_Height = height;
            m_Number = number;
            m_Background = background;
            m_Scrollbar = scrollbar;

            if ( color != 0 )
                m_Type = KRGumpHtmlLocalizedType.Color;
        }
Ejemplo n.º 2
0
        public KRGumpHtmlLocalized(int x, int y, int width, int height, int number, int color, bool background, bool scrollbar)
        {
            m_X          = x;
            m_Y          = y;
            m_Width      = width;
            m_Height     = height;
            m_Number     = number;
            m_Background = background;
            m_Scrollbar  = scrollbar;

            if (color != 0)
            {
                m_Type = KRGumpHtmlLocalizedType.Color;
            }
        }