Server.Gumps.GumpLabel.Compile C# (CSharp) Method

Compile() public method

public Compile ( ) : string
return string
		public override string Compile()
		{
			return String.Format( "{{ text {0} {1} {2} {3} }}", m_X, m_Y, m_Hue, Parent.Intern( m_Text ) );
		}