Server.Gumps.BanDurationGump.AddTextField C# (CSharp) Méthode

AddTextField() public méthode

public AddTextField ( int x, int y, int width, int height, int index ) : void
x int
y int
width int
height int
index int
Résultat void
		public void AddTextField( int x, int y, int width, int height, int index )
		{
			AddBackground( x - 2, y - 2, width + 4, height + 4, 0x2486 );
			AddTextEntry( x + 2, y + 2, width - 4, height - 4, 0, index, "" );
		}