Server.Gumps.GumpLabelCropped.Compile C# (CSharp) 메소드

Compile() 공개 메소드

public Compile ( ) : string
리턴 string
		public override string Compile()
		{
			return String.Format( "{{ croppedtext {0} {1} {2} {3} {4} {5} }}", m_X, m_Y, m_Width, m_Height, m_Hue, Parent.Intern( m_Text ) );
		}