C# 클래스 Eryan.InputHandler.ChatHandler

파일 보기 프로젝트 열기: emist/Eryan

공개 메소드들

메소드 설명
openMenu ( string charname ) : bool
userlistBottom ( ) : int
userlistGetEntry ( string charname ) : Eryan.Wrappers.InterfaceEntry
userlistScrollBar ( ) : Eryan.Wrappers.InterfaceEntry
userlistScrollDown ( ) : bool
userlistScrollUp ( ) : bool
userlistTop ( ) : int

메소드 상세

openMenu() 공개 추상적인 메소드

public abstract openMenu ( string charname ) : bool
charname string
리턴 bool

userlistBottom() 공개 추상적인 메소드

public abstract userlistBottom ( ) : int
리턴 int

userlistGetEntry() 공개 추상적인 메소드

public abstract userlistGetEntry ( string charname ) : Eryan.Wrappers.InterfaceEntry
charname string
리턴 Eryan.Wrappers.InterfaceEntry

userlistScrollBar() 공개 추상적인 메소드

public abstract userlistScrollBar ( ) : Eryan.Wrappers.InterfaceEntry
리턴 Eryan.Wrappers.InterfaceEntry

userlistScrollDown() 공개 추상적인 메소드

public abstract userlistScrollDown ( ) : bool
리턴 bool

userlistScrollUp() 공개 추상적인 메소드

public abstract userlistScrollUp ( ) : bool
리턴 bool

userlistTop() 공개 추상적인 메소드

public abstract userlistTop ( ) : int
리턴 int