C# Class Server.Gumps.SetBodyGump

Inheritance: Gump
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode 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

Méthode Description
LoadLists ( ) : void

Method Details

AddTypeButton() public méthode

public AddTypeButton ( int x, int y, int buttonID, string text, ModelBodyType type ) : void
x int
y int
buttonID int
text string
type ModelBodyType
Résultat void

Center() public méthode

public Center ( string text ) : string
text string
Résultat string

Color() public méthode

public Color ( string text, int color ) : string
text string
color int
Résultat string

OnResponse() public méthode

public OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
sender Server.Network.NetState
info RelayInfo
Résultat void

SetBodyGump() public méthode

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
Résultat System

SetBodyGump() public méthode

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
Résultat System