C# 클래스 Server.Gumps.SetBodyGump

상속: Gump
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
AddTypeButton ( int x, int y, int buttonID, string text, ModelBodyType type ) : void
Center ( string text ) : string
Color ( string text, int color ) : string
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
SetBodyGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System
SetBodyGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list, int ourPage, ArrayList ourList, ModelBodyType ourType ) : System

비공개 메소드들

메소드 설명
LoadLists ( ) : void

메소드 상세

AddTypeButton() 공개 메소드

public AddTypeButton ( int x, int y, int buttonID, string text, ModelBodyType type ) : void
x int
y int
buttonID int
text string
type ModelBodyType
리턴 void

Center() 공개 메소드

public Center ( string text ) : string
text string
리턴 string

Color() 공개 메소드

public Color ( string text, int color ) : string
text string
color int
리턴 string

OnResponse() 공개 메소드

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info RelayInfo
리턴 void

SetBodyGump() 공개 메소드

public SetBodyGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
page int
list System.Collections.ArrayList
리턴 System

SetBodyGump() 공개 메소드

public SetBodyGump ( PropertyInfo prop, Server.Mobile mobile, object o, Stack stack, int page, ArrayList list, int ourPage, ArrayList ourList, ModelBodyType ourType ) : System
prop System.Reflection.PropertyInfo
mobile Server.Mobile
o object
stack System.Collections.Stack
page int
list System.Collections.ArrayList
ourPage int
ourList System.Collections.ArrayList
ourType ModelBodyType
리턴 System