C# 클래스 Server.Misc.ShardPollGump

상속: Server.Gumps.Gump
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Center ( string text ) : string
Color ( string text, int color ) : string
OnResponse ( Server.Network.NetState sender, RelayInfo info ) : void
QueuePoll ( ShardPoller poller ) : void
ShardPollGump ( Server.Mobile from, ShardPoller poller, bool editing, Queue polls ) : System

메소드 상세

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 Server.Gumps.RelayInfo
리턴 void

QueuePoll() 공개 메소드

public QueuePoll ( ShardPoller poller ) : void
poller ShardPoller
리턴 void

ShardPollGump() 공개 메소드

public ShardPollGump ( Server.Mobile from, ShardPoller poller, bool editing, Queue polls ) : System
from Server.Mobile
poller ShardPoller
editing bool
polls Queue
리턴 System