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

Compile() public méthode

public Compile ( ) : string
Résultat string
		public override string Compile() {
			return String.Format( "{{ textentrylimited {0} {1} {2} {3} {4} {5} {6} {7} }}", m_X, m_Y, m_Width, m_Height, m_Hue, m_EntryID, Parent.Intern( m_InitialText ), m_Size );
		}