Beispiel #1
0
        public ECGumpHtmlLocalized(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 = ECGumpHtmlLocalizedType.Color;
            }
        }
		public ECGumpHtmlLocalized( 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 = ECGumpHtmlLocalizedType.Color;
		}