C# Класс Server.Gumps.SetBodyGump

Наследование: Gump
Показать файл Открыть проект

Открытые методы

Метод Описание
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