C# Class Server.Gumps.SetBodyGump

Inheritance: Gump
Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
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

Private Methods

Method Description
LoadLists ( ) : void

Method Details

AddTypeButton() public method

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

Center() public method

public Center ( string text ) : string
text string
return string

Color() public method

public Color ( string text, int color ) : string
text string
color int
return string

OnResponse() public method

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

SetBodyGump() public method

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
return System

SetBodyGump() public method

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
return System