Class GuildTextLimits
Maximum length the server accepts for a guild message of the day or notice.
public static class GuildTextLimits
- Inheritance
-
GuildTextLimits
- Inherited Members
Remarks
Matches the character varying(500) the guild table declares for both columns. The
client trims to this before sending so a player sees the limit rather than a silent
truncation, but the server enforces it independently — the client's copy is a courtesy.
Fields
MaxApplicationMessageLength
Maximum length of an application message, in characters.
public const int MaxApplicationMessageLength = 300
Field Value
MaxBlurbLength
Maximum recruitment blurb length, in characters.
public const int MaxBlurbLength = 500
Field Value
MaxDirectorySearchLength
Maximum directory search term length, in characters.
public const int MaxDirectorySearchLength = 64
Field Value
MaxMemberNoteLength
Maximum length of either member note, in characters.
public const int MaxMemberNoteLength = 128
Field Value
Remarks
Matches character varying(128) on both note columns.
MaxMessageOfTheDayLength
Maximum message-of-the-day length, in characters.
public const int MaxMessageOfTheDayLength = 500
Field Value
MaxNoticeLength
Maximum notice length, in characters.
public const int MaxNoticeLength = 500
Field Value
MaxTagsLength
Maximum length of the whole comma-separated tag list, in characters.
public const int MaxTagsLength = 200