C# 클래스 Server.Gumps.GumpTextEntryLimited

상속: GumpEntry
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AppendTo ( IGumpWriter disp ) : void
Compile ( ) : string
GumpTextEntryLimited ( int x, int y, int width, int height, int hue, int entryID, string initialText, int size ) : System

메소드 상세

AppendTo() 공개 메소드

public AppendTo ( IGumpWriter disp ) : void
disp IGumpWriter
리턴 void

Compile() 공개 메소드

public Compile ( ) : string
리턴 string

GumpTextEntryLimited() 공개 메소드

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
리턴 System