Server.Gumps.GumpImage.Compile C# (CSharp) Méthode

Compile() public méthode

public Compile ( ) : string
Résultat string
		public override string Compile()
		{
			if ( m_Hue == 0 )
				return String.Format( "{{ gumppic {0} {1} {2} }}", m_X, m_Y, m_GumpID );
			else
				return String.Format( "{{ gumppic {0} {1} {2} hue={3} }}", m_X, m_Y, m_GumpID, m_Hue );
		}