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

GumpTextEntryLimited() public méthode

public GumpTextEntryLimited ( int x, int y, int width, int height, int hue, int entryID, string initialText, int size ) : System
x int
y int
width int
height int
hue int
entryID int
initialText string
size int
Résultat System
		public GumpTextEntryLimited( int x, int y, int width, int height, int hue, int entryID, string initialText, int size ) {
			m_X = x;
			m_Y = y;
			m_Width = width;
			m_Height = height;
			m_Hue = hue;
			m_EntryID = entryID;
			m_InitialText = initialText;
			m_Size = size;
		}