BaseGuildGump : Gump
(static) bool CheckProfanity( string s )
(static) bool CheckProfanity( string s, int maxLength )
(static) string Color( string text, int color )
(static) bool IsLeader( Mobile m, Guild g )
(static) bool IsMember( Mobile m, Guild g )
(ctor) BaseGuildGump( PlayerMobile pm, Guild g )
(ctor) BaseGuildGump( PlayerMobile pm, Guild g, int x, int y )
Guild guild( get; )
PlayerMobile player( get; )
void AddHtmlText( int x, int y, int width, int height, TextDefinition text, bool back, bool scroll )
virtual void OnResponse( NetState sender, RelayInfo info )
virtual void PopulateGump()