Back to Server.Engines.ConPVP

TournamentBracketGump : Gump

(ctor) TournamentBracketGump( Mobile from, Tournament tourny, TournyBracketGumpType type, ArrayList list, int page, object obj )
void AddBorderedText( int x, int y, int width, int height, string text, int color, int borderColor )
void AddColoredText( int x, int y, int width, int height, string text, int color )
void AddLeftArrow( int x, int y, int bid )
void AddLeftArrow( int x, int y, int bid, string text )
void AddRightArrow( int x, int y, int bid )
void AddRightArrow( int x, int y, int bid, string text )
string Center( string text )
string Color( string text, int color )
bool FromButtonID( int bid, out int type, out int index )
virtual void OnResponse( NetState sender, RelayInfo info )
void StartPage( out int index, out int count, out int y, int perPage )
int ToButtonID( int type, int index )